Searched refs:ETH_P_8021Q (Results 1 – 4 of 4) sorted by relevance
71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
197 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header()291 if (eth->h_proto == htons(ETH_P_8021Q)) { in erspan_build_header_v2()
321 *tag_type = (proto != ETH_P_8021Q) ? IFH_TAG_TYPE_S : IFH_TAG_TYPE_C; in ocelot_xmit_get_vlan_info()
324 case htons(ETH_P_8021Q): in eth_type_vlan()335 if (proto == htons(ETH_P_8021Q) && features & NETIF_F_HW_VLAN_CTAG_TX) in vlan_hw_offload_capable()
Completed in 27 milliseconds