Home
last modified time | relevance | path

Searched refs:t_syn_sent (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_log.c425 tp->t_syn_rcvd, tp->t_syn_sent, \ in tcp_log_connection()
672 tp->t_syn_rcvd, tp->t_syn_sent, \ in tcp_log_connection_summary()
865 ((outgoing && tp->t_syn_sent > 3) || (!outgoing && tp->t_syn_rcvd > 3)))) { in should_log_th_flags()
941 tp->t_syn_rcvd, tp->t_syn_sent in tcp_log_th_flags()
H A Dtcp_output.c3286 (void)os_add_overflow(tp->t_syn_sent, 1, &tp->t_syn_sent); in tcp_output()
H A Dtcp_var.h662 uint8_t t_syn_sent; member