Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif.h153 #define IFCAP_LRO_NUM_SEG 0x08000 /* NIC & driver can set the num of segments a LRO-packet is… macro
161 IFCAP_CSUM_PARTIAL | IFCAP_CSUM_ZERO_INVERT | IFCAP_LRO_NUM_SEG)
H A Dkpi_interface.c1107 ifcaps |= IFCAP_LRO_NUM_SEG; in ifnet_set_offload_common()
H A Dif_bridge.c2196 (cap_supported & IFCAP_LRO_NUM_SEG) != 0) { in bridge_set_lro()