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

/darwin-on-arm/xnu/bsd/netinet/
H A Dlro_ext.h36 extern int sw_lro;
H A Dtcp_input.c244 int sw_lro = 1; variable
246 &sw_lro, 0, "Used to coalesce TCP packets");
2107 if (sw_lro && (tp->t_flagsext & TF_LRO_OFFLOADED) &&
2382 } else if (sw_lro && !mauxf_sw_lro_pkt && !isipv6 &&
H A Dip_input.c1415 if (sw_lro) {
1429 if ((sw_lro) && (ip->ip_p == IPPROTO_TCP)) {

Completed in 24 milliseconds