Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dkpi_interface.h262 IFNET_LRO = 0x10000000, enumerator
H A Dkpi_interface.c1096 if ((offload & IFNET_LRO)) { in ifnet_set_offload_common()
H A Dif_fake.c3419 offload |= IFNET_LRO; in feth_ifnet_set_attrs()
/xnu-11215/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c889 if (__improbable((ifp->if_hwassist & IFNET_LRO) != 0)) { in flow_agg_init_common()