/freebsd-src/sys/netinet/ |
H A D | tcp_log_buf.h | 477 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 487 * means filling out a stack variable instead use the tcp_log_event() 509 * your call to tcp_log_event. Do not use one of the TCP_LOGGING macros else 547 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 555 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 565 struct tcp_log_buffer *tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, 587 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event() function
|
H A D | 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
|
H A D | tcp_timer.c | 832 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, in tcp_bblog_timer()
|
H A D | tcp_output.c | 1426 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, in tcp_default_output()
|
H A D | tcp_subr.c | 2108 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond() 4704 l = tcp_log_event(tp, NULL, in tcp_account_for_send()
|
H A D | tcp_usrreq.c | 138 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_PRU, error, in tcp_bblog_pru()
|
/freebsd-src/sys/netinet/tcp_stacks/ |
H A D | rack_pcm.c | 281 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_update_pcm_ack() 304 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_update_pcm_ack()
|
H A D | rack.c | 704 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, error, in rack_swap_beta_values() 2130 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid_bw() 2215 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid_sends() 5246 (void)tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_do_goodput_measurement() 5283 (void)tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_do_goodput_measurement() 5568 lgb = tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_ack_received() 5684 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_ack_received() 11320 tcp_log_event(rack->rc_tp, NULL, in rack_handle_might_revert() 14258 tcp_log_event(tp, NULL, NULL, NULL, TCP_CHG_QUERY, 0, in rack_do_fin_wait_1() 15155 (void)tcp_log_event(t in rack_init_outstanding() [all...] |
H A D | bbr.c | 13515 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
|