Searched refs:sw_lro (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dlro_ext.h36 extern int sw_lro;
H A Dtcp_input.c234 int sw_lro = 0; variable
236 &sw_lro, 0, "Used to coalesce TCP packets");
2327 if (sw_lro && (tp->t_flagsext & TF_LRO_OFFLOADED) &&
2596 } else if (sw_lro && !pktf_sw_lro_pkt && !isipv6 &&
H A Dip_input.c1287 if ((sw_lro) && (ip->ip_p == IPPROTO_TCP)) {
1296 if ((sw_lro) && (ip->ip_p == IPPROTO_TCP)) {

Completed in 266 milliseconds