Home
last modified time | relevance | path

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

/linux-4.19.296/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()
/linux-4.19.296/include/uapi/linux/
Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/linux-4.19.296/include/linux/
Dif_vlan.h310 case htons(ETH_P_8021Q): in eth_type_vlan()
321 if (proto == htons(ETH_P_8021Q) && features & NETIF_F_HW_VLAN_CTAG_TX) in vlan_hw_offload_capable()
/linux-4.19.296/drivers/s390/net/
Dqeth_l3_main.c1154 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc()
1238 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc6()
1345 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tag); in qeth_l3_rebuild_skb()
2261 *tag = cpu_to_be16(ETH_P_8021Q); in qeth_l3_xmit()
Dqeth_core.h873 if (prot == htons(ETH_P_8021Q)) in qeth_get_ip_version()
Dqeth_l2_main.c216 if (veth->h_vlan_proto == __constant_htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
Dqeth_core_main.c3789 if (be16_to_cpu(*tci) == ETH_P_8021Q) in qeth_get_priority_queue()