Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h1926 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()
5590 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()
H A Dtcp_subr.c4445 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack() function