Searched refs:PROT_VLAN (Results 1 – 2 of 2) sorted by relevance
1106 } else if (eth_proto != PROT_VLAN) { /* normal packet */ in net_process_received_packet()1428 vet->vet_vlan_type = htons(PROT_VLAN); in net_set_ether()1442 if (protlen == PROT_VLAN) { in net_update_ether()
349 #define PROT_VLAN 0x8100 /* IEEE 802.1q protocol */ macro