Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h766 rc_resends_use_tso:1, member
H A Dbbr.c10080 bbr->rc_resends_use_tso = 1; in bbr_init()
12188 if ((bbr->rc_resends_use_tso == 0) && in bbr_output_wtime()
12214 if ((bbr->rc_resends_use_tso == 0) && (len > maxseg)) in bbr_output_wtime()
12351 if ((bbr->rc_resends_use_tso == 0) && (len > maxseg)) in bbr_output_wtime()
14482 bbr->rc_resends_use_tso = 1; in bbr_set_sockopt()
14484 bbr->rc_resends_use_tso = 0; in bbr_set_sockopt()
14674 optval = bbr->rc_resends_use_tso; in bbr_get_sockopt()