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