Searched refs:tcp_log_event (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_log_buf.h | 464 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 534 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 542 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 552 struct tcp_log_buffer *tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, 574 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event() function
|
| HD | tcp_log_buf.c | 1446 lgb = tcp_log_event(tp, NULL, in tcp_log_tcpcbfini() 1459 lgb = tcp_log_event(tp, NULL, in tcp_log_tcpcbfini() 1473 (void)tcp_log_event(tp, NULL, in tcp_log_tcpcbfini() 1674 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event() function
|
| HD | tcp_timer.c | 822 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, in tcp_bblog_timer()
|
| HD | tcp_output.c | 1427 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, in tcp_default_output()
|
| HD | tcp_subr.c | 2164 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond() 4704 l = tcp_log_event(tp, NULL, in tcp_log_socket_option()
|
| HD | tcp_usrreq.c | 140 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_PRU, error, in tcp_bblog_pru()
|
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | rack.c | 694 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, error, in rack_swap_beta_values() 2098 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid_bw() 2153 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid_sends() 5410 lgb = tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_ack_received() 5609 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in do_rack_check_for_unclamp() 5795 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in do_rack_excess_rxt() 5852 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_post_recovery() 11754 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid() 14636 tcp_log_event(tp, NULL, NULL, NULL, TCP_CHG_QUERY, 0, in rack_log_chg_info() 15536 (void)tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fini() [all …]
|
| HD | bbr.c | 13496 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
|