Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_log.c670 tp->t_fin_rcvd, tp->t_fin_sent, \ in tcp_log_connection_summary()
H A Dtcp_output.c3207 (void)os_add_overflow(tp->t_fin_sent, 1, &tp->t_fin_sent); in tcp_output()
H A Dtcp_var.h679 uint8_t t_fin_sent; member