Home
last modified time | relevance | path

Searched refs:ETH_P_8021Q (Results 1 – 3 of 3) sorted by relevance

/include/uapi/linux/
Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/include/net/
Derspan.h179 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()
/include/linux/
Dif_vlan.h303 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()