Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_log.c422 tp->t_syn_rcvd, tp->t_syn_sent, \ in tcp_log_connection()
669 tp->t_syn_rcvd, tp->t_syn_sent, \ in tcp_log_connection_summary()
862 ((outgoing && tp->t_syn_sent > 3) || (!outgoing && tp->t_syn_rcvd > 3)))) { in should_log_th_flags()
938 tp->t_syn_rcvd, tp->t_syn_sent in tcp_log_th_flags()
H A Dtcp_output.c3201 (void)os_add_overflow(tp->t_syn_sent, 1, &tp->t_syn_sent); in tcp_output()
H A Dtcp_var.h629 u_int8_t t_syn_sent; member