Home
last modified time | relevance | path

Searched refs:todrop (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c514 int32_t todrop; in ctf_drop_checks() local
521 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 …]
H A Drack.c9168 int32_t todrop; in rack_do_syn_sent() local
9300 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()
H A Dbbr.c8841 int32_t todrop; in bbr_do_syn_sent() local
8975 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()
/f-stack/freebsd/netinet/
H A Dtcp_input.c2101 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 …]