Home
last modified time | relevance | path

Searched refs:IFCAP_VLAN_MTU (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif.h140 #define IFCAP_VLAN_MTU 0x00004 /* VLAN-compatible MTU */ macro
158 #define IFCAP_VALID (IFCAP_HWCSUM | IFCAP_TSO | IFCAP_LRO | IFCAP_VLAN_MTU | \
H A Dkpi_interface.c1110 ifcaps |= IFCAP_VLAN_MTU; in ifnet_set_offload_common()