Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_var.h1919 void tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to);
H A Dtcp_input.c3803 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()
5582 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()
H A Dtcp_subr.c4344 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack() function