Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h1537 int tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point);
H A Dtcp_subr.c4724 tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point) in tcp_req_check_for_comp() function
4848 tcp_req_check_for_comp(tp, tp->snd_una); in tcp_req_alloc_req_full()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c11676 tcp_req_check_for_comp(rack->rc_tp, th_ack); in rack_req_check_for_comp()