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.h768 rc_resends_use_tso:1, member
H A Dbbr.c10101 bbr->rc_resends_use_tso = 1; in bbr_init()
12213 if ((bbr->rc_resends_use_tso == 0) && in bbr_output_wtime()
12239 if ((bbr->rc_resends_use_tso == 0) && (len > maxseg)) in bbr_output_wtime()
12376 if ((bbr->rc_resends_use_tso == 0) && (len > maxseg)) in bbr_output_wtime()
14511 bbr->rc_resends_use_tso = 1; in bbr_set_sockopt()
14513 bbr->rc_resends_use_tso = 0; in bbr_set_sockopt()
14702 optval = bbr->rc_resends_use_tso; in bbr_get_sockopt()