Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_output.c142 int tcp_do_tso = 1; variable
144 &tcp_do_tso, 0, "Enable TCP Segmentation Offload");
1179 if ((tp->t_flags & TF_TSO) && tcp_do_tso && hwcksum_tx && in tcp_output()