Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_var.h1864 void tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to);
H A Dtcp_input.c3240 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()
5355 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()
H A Dtcp_subr.c4287 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack() function