Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h1335 #define V_tcp_do_tso VNET(tcp_do_tso) macro
H A Dtcp_output.c558 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > tp->t_maxseg && in tcp_default_output()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18551 V_tcp_do_tso && in rack_fast_rsm_output()
19127 V_tcp_do_tso && in rack_fast_output()
20680 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && len > segsiz && in rack_output()
H A Dbbr.c12593 if ((tp->t_flags & TF_TSO) && V_tcp_do_tso && in bbr_output_wtime()