Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/ !
H A Dif.h142 #define IFCAP_LRO 0x00080 /* can do Large Receive Offload */ macro
154 #define IFCAP_VALID (IFCAP_HWCSUM | IFCAP_TSO | IFCAP_LRO | IFCAP_VLAN_MTU | \
H A Dkpi_interface.c1098 ifcaps |= IFCAP_LRO; in ifnet_set_offload()
H A Dif_bridge.c351 #define BRIDGE_IFCAPS_STRIP IFCAP_LRO