Searched refs:ETH_P_8021Q (Results 1 – 3 of 3) sorted by relevance
71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
179 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header()273 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header_v2()
303 case htons(ETH_P_8021Q): in eth_type_vlan()314 if (proto == htons(ETH_P_8021Q) && features & NETIF_F_HW_VLAN_CTAG_TX) in vlan_hw_offload_capable()