Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c4406 log.u_bbr.applimited = tp->t_tcpreq_closed; in tcp_req_log_req_info()
4429 if (tp->t_tcpreq_closed > 0) in tcp_req_free_a_slot()
4430 tp->t_tcpreq_closed--; in tcp_req_free_a_slot()
4491 if (tp->t_tcpreq_closed == 0) in tcp_req_check_for_comp()
4517 if (tp->t_tcpreq_closed == 0) in tcp_req_is_entry_comp()
4582 (tp->t_tcpreq_closed == 0)) in tcp_req_find_req_for_seq()
4681 tp->t_tcpreq_closed++; in tcp_req_alloc_req_full()
H A Dtcp_var.h493 uint8_t t_tcpreq_closed; /* Number of closed range requests */ member
H A Dtcp_log_buf.c2892 if (tp->t_tcpreq_closed == 0) { in tcp_log_sendfile()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c15426 log.u_bbr.applimited = tp->t_tcpreq_closed; in rack_log_input_packet()
16634 log.u_bbr.applimited = tp->t_tcpreq_closed; in rack_do_segment_nounlock()