Searched refs:eth_type_vlan (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/linux/
H A Dif_vlan.h310 * eth_type_vlan - check for valid vlan ether type.
315 static inline bool eth_type_vlan(__be16 ethertype) function
542 if (!eth_type_vlan(veth->h_vlan_proto))
602 if (eth_type_vlan(type)) {
619 } while (eth_type_vlan(type));
736 likely(!eth_type_vlan(skb->protocol)))
756 if (likely(!eth_type_vlan(protocol)))
766 if (!eth_type_vlan(protocol))
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_sriov.c110 if (!eth_type_vlan(vlan_proto))
/linux-master/net/bridge/
H A Dbr_forward.c42 eth_type_vlan(skb->protocol)) {
H A Dbr_netlink.c1186 !eth_type_vlan(nla_get_be16(data[IFLA_BR_VLAN_PROTOCOL])))
H A Dbr_vlan.c1012 if (!eth_type_vlan(htons(val)))
/linux-master/net/openvswitch/
H A Dvport.c528 eth_type_vlan(skb->protocol))
H A Dflow.c455 if (likely(!eth_type_vlan(vh->tpid)))
926 if (unlikely(eth_type_vlan(skb->protocol)))
H A Dflow_netlink.c1006 eth_type_vlan(nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE])))) {
2068 if (swkey->eth.vlan.tci || eth_type_vlan(swkey->eth.type)) {
2075 if (swkey->eth.cvlan.tci || eth_type_vlan(swkey->eth.type)) {
2103 if (eth_type_vlan(swkey->eth.type)) {
3261 if (!eth_type_vlan(vlan->vlan_tpid))
/linux-master/include/net/
H A Dip_tunnels.h374 if (eth_type_vlan(type))
/linux-master/drivers/net/
H A Dtap.c748 if (eth_type_vlan(skb->protocol) &&
1203 if (eth_type_vlan(skb->protocol) &&
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c777 if (eth_type_vlan(skb->protocol))
1044 } else if (eth_type_vlan(eth->h_proto)) {
H A Dotx2_tc.c571 if (!eth_type_vlan(match.key->vlan_tpid)) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c531 if (eth_type_vlan(skb->protocol)) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1990 if (!skb_vlan_tag_present(skb) && eth_type_vlan(skb->protocol))
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c570 if (eth_type_vlan(eth_hdr(skb)->h_proto)) {
/linux-master/net/core/
H A Dskbuff.c6191 if (unlikely(!eth_type_vlan(skb->protocol)))
6199 if (likely(!eth_type_vlan(skb->protocol)))
H A Ddev.c5374 if (eth_type_vlan(skb->protocol)) {
5461 } else if (eth_type_vlan(skb->protocol)) {
/linux-master/net/sched/
H A Dcls_flower.c1696 if (good_num_of_vlans || eth_type_vlan(*ethertype))
/linux-master/net/packet/
H A Daf_packet.c1940 eth_type_vlan(skb->protocol) &&
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c3749 if (eth_type_vlan(skb->protocol)) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3821 while (eth_type_vlan(type)) {
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1836 if (eth_type_vlan(vlan_proto)) {
1915 if (eth_type_vlan(vlan_proto))

Completed in 321 milliseconds