Home
last modified time | relevance | path

Searched refs:tcp_log_event (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.h467 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \
537 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \
546 tcp_log_event(tp, th, rxbuf, txbuf, eventid, errornum, len, \
555 struct tcp_log_buffer *tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
580 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event() function
H A Dtcp_log_buf.c1456 lgb = tcp_log_event(tp, NULL, in tcp_log_tcpcbfini()
1469 lgb = tcp_log_event(tp, NULL, in tcp_log_tcpcbfini()
1483 (void)tcp_log_event(tp, NULL, in tcp_log_tcpcbfini()
1684 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event() function
H A Dtcp_timer.c833 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, in tcp_bblog_timer()
H A Dtcp_output.c1422 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, in tcp_default_output()
H A Dtcp_subr.c2090 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond()
4964 l = tcp_log_event(tp, NULL, in tcp_log_socket_option()
H A Dtcp_usrreq.c136 lgb = tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_PRU, error, in tcp_bblog_pru()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_pcm.c279 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_update_pcm_ack()
302 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_update_pcm_ack()
H A Drack.c682 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, error, in rack_swap_beta_values()
1973 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid_bw()
2058 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid_sends()
5076 (void)tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_do_goodput_measurement()
5113 (void)tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_do_goodput_measurement()
5398 lgb = tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_ack_received()
5514 tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0, in rack_post_recovery()
11093 tcp_log_event(rack->rc_tp, NULL, in rack_log_hybrid()
14031 tcp_log_event(tp, NULL, NULL, NULL, TCP_CHG_QUERY, 0, in rack_log_chg_info()
14921 (void)tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fini()
[all …]
H A Dbbr.c13503 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()