Home
last modified time | relevance | path

Searched refs:rc_resends_use_tso (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h770 rc_resends_use_tso:1, member
H A Dbbr.c10199 bbr->rc_resends_use_tso = 1; in bbr_init()
12333 if ((bbr->rc_resends_use_tso == 0) && in bbr_output_wtime()
12360 if ((bbr->rc_resends_use_tso == 0) && (len > maxseg)) in bbr_output_wtime()
12497 if ((bbr->rc_resends_use_tso == 0) && (len > maxseg)) in bbr_output_wtime()
14615 bbr->rc_resends_use_tso = 1; in bbr_set_sockopt()
14617 bbr->rc_resends_use_tso = 0; in bbr_set_sockopt()
14802 optval = bbr->rc_resends_use_tso; in bbr_get_sockopt()