Searched refs:tcp_segs_doack (Results 1 – 3 of 3) sorted by relevance
1926 void tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to);
3803 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()5590 tcp_segs_doack(tp, th->th_ack, &to); in tcp_input()
4445 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack() function