Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_log.c673 tp->t_fin_rcvd, tp->t_fin_sent, \ in tcp_log_connection_summary()
H A Dtcp_output.c3292 (void)os_add_overflow(tp->t_fin_sent, 1, &tp->t_fin_sent); in tcp_output()
H A Dtcp_var.h715 uint8_t t_fin_sent; member