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

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c1090 int soft_vlan; local
1114 soft_vlan = (ifnet_offload(p) & IF_HWASSIST_VLAN_TAGGING) == 0;
1139 if (soft_vlan == 0) {
1205 int soft_vlan = 0; local
1217 soft_vlan = 1;
1270 if (soft_vlan) {
1287 soft_vlan ? ETHER_VLAN_ENCAP_LEN : 0);

Completed in 23 milliseconds