Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_reass.c87 #define TCP_R_LOG_READ 8 macro
1071 tcp_reass_log_new_in(tp, q->tqe_start, q->tqe_len, q->tqe_m, TCP_R_LOG_READ, q); in tcp_reass()
1073 tcp_log_reassm(tp, q, NULL, th->th_seq, *tlenp, TCP_R_LOG_READ, 1); in tcp_reass()
1075 tcp_log_reassm(tp, q, NULL, 0, 0, TCP_R_LOG_READ, 1); in tcp_reass()
1082 tcp_log_reassm(tp, q, NULL, th->th_seq, *tlenp, TCP_R_LOG_READ, 2); in tcp_reass()
1084 tcp_log_reassm(tp, q, NULL, 0, 0, TCP_R_LOG_READ, 2); in tcp_reass()