Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_log.c671 tp->t_rst_rcvd, tp->t_rst_sent, \ in tcp_log_connection_summary()
H A Dtcp_var.h682 uint8_t t_rst_rcvd; member
H A Dtcp_input.c2931 (void) os_add_overflow(1, tp->t_rst_rcvd, &tp->t_rst_rcvd); in tcp_input()