Searched refs:tcp_new_dsack (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | tcp_sack.c | 226 tcp_new_dsack(struct tcpcb *tp, tcp_seq seq, u_int32_t len) in tcp_new_dsack() function
|
H A D | tcp_var.h | 859 void tcp_new_dsack(struct tcpcb *, tcp_seq, u_int32_t);
|
H A D | tcp_input.c | 593 tcp_new_dsack(tp, pkt_seq, pkt_len); in tcp_reass() 1042 // tcp_new_dsack(tp, th->th_seq, todrop); in tcp_vtw_input() 2204 tcp_new_dsack(tp, th->th_seq, tlen); in tcp_input() 2258 tcp_new_dsack(tp, th->th_seq, todrop); in tcp_input()
|