Searched refs:todrop (Results 1 – 4 of 4) sorted by relevance
514 int32_t todrop; in ctf_drop_checks() local521 if (todrop > 0) { in ctf_drop_checks()529 todrop--; in ctf_drop_checks()534 if (todrop > tlen in ctf_drop_checks()547 todrop = tlen; in ctf_drop_checks()567 th->th_seq += todrop; in ctf_drop_checks()568 tlen -= todrop; in ctf_drop_checks()581 if (todrop > 0) { in ctf_drop_checks()583 if (todrop >= tlen) { in ctf_drop_checks()601 m_adj(m, -todrop); in ctf_drop_checks()[all …]
9168 int32_t todrop; in rack_do_syn_sent() local9300 todrop = tlen - tp->rcv_wnd; in rack_do_syn_sent()9301 m_adj(m, -todrop); in rack_do_syn_sent()9305 KMOD_TCPSTAT_ADD(tcps_rcvbyteafterwin, todrop); in rack_do_syn_sent()
8841 int32_t todrop; in bbr_do_syn_sent() local8975 todrop = tlen - tp->rcv_wnd; in bbr_do_syn_sent()8976 m_adj(m, -todrop); in bbr_do_syn_sent()8980 KMOD_TCPSTAT_ADD(tcps_rcvbyteafterwin, todrop); in bbr_do_syn_sent()
2101 m_adj(m, -todrop); in tcp_do_segment()2263 if (todrop > 0) { in tcp_do_segment()2271 todrop--; in tcp_do_segment()2276 if (todrop > tlen in tcp_do_segment()2290 todrop = tlen; in tcp_do_segment()2310 th->th_seq += todrop; in tcp_do_segment()2311 tlen -= todrop; in tcp_do_segment()2344 if (todrop > 0) { in tcp_do_segment()2346 if (todrop >= tlen) { in tcp_do_segment()2362 m_adj(m, -todrop); in tcp_do_segment()[all …]