Home
last modified time | relevance | path

Searched refs:eth_type_vlan (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/
A Dif_vlan.h302 static inline bool eth_type_vlan(__be16 ethertype) in eth_type_vlan() function
531 if (!eth_type_vlan(veth->h_vlan_proto)) in __vlan_get_tag()
591 if (eth_type_vlan(type)) { in __vlan_get_protocol()
608 } while (eth_type_vlan(type)); in __vlan_get_protocol()
687 likely(!eth_type_vlan(skb->protocol))) in skb_vlan_tagged()
707 if (likely(!eth_type_vlan(protocol))) in skb_vlan_tagged_multi()
717 if (!eth_type_vlan(protocol)) in skb_vlan_tagged_multi()
/linux/net/bridge/
A Dbr_forward.c42 eth_type_vlan(skb->protocol)) { in br_dev_queue_push_xmit()
A Dbr_netlink.c1081 !eth_type_vlan(nla_get_be16(data[IFLA_BR_VLAN_PROTOCOL]))) in br_validate()
A Dbr_vlan.c945 if (!eth_type_vlan(htons(val))) in br_vlan_set_proto()
/linux/net/openvswitch/
A Dvport.c464 eth_type_vlan(skb->protocol)) in packet_length()
A Dflow.c311 if (likely(!eth_type_vlan(vh->tpid))) in parse_vlan_tag()
782 if (unlikely(eth_type_vlan(skb->protocol))) in key_extract()
A Dflow_netlink.c993 eth_type_vlan(nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE])))) { in validate_vlan_from_nlattrs()
2044 if (swkey->eth.vlan.tci || eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()
2051 if (swkey->eth.cvlan.tci || eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()
2079 if (eth_type_vlan(swkey->eth.type)) { in __ovs_nla_put_key()
3128 if (!eth_type_vlan(vlan->vlan_tpid)) in __ovs_nla_copy_actions()
/linux/drivers/net/
A Dtap.c716 if (eth_type_vlan(skb->protocol) && in tap_get_user()
1165 if (eth_type_vlan(skb->protocol) && in tap_get_user_xdp()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.c704 if (eth_type_vlan(skb->protocol)) in otx2_sqe_add_hdr()
/linux/net/sched/
A Dcls_flower.c1520 if (eth_type_vlan(ethertype)) { in fl_set_key()
1527 if (eth_type_vlan(ethertype)) { in fl_set_key()
/linux/drivers/net/ethernet/intel/ice/
A Dice_txrx.c1908 if (!skb_vlan_tag_present(skb) && eth_type_vlan(skb->protocol)) in ice_tx_prepare_vlan_flags()
/linux/drivers/net/hyperv/
A Dnetvsc_drv.c616 if (eth_type_vlan(eth_hdr(skb)->h_proto)) { in netvsc_xmit()
/linux/net/core/
A Dskbuff.c5750 if (unlikely(!eth_type_vlan(skb->protocol))) in skb_vlan_pop()
5758 if (likely(!eth_type_vlan(skb->protocol))) in skb_vlan_pop()
A Ddev.c5295 if (eth_type_vlan(skb->protocol)) { in __netif_receive_skb_core()
5382 } else if (eth_type_vlan(skb->protocol)) { in __netif_receive_skb_core()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c3626 while (eth_type_vlan(type)) { in hns3_gro_complete()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c1662 if (eth_type_vlan(vlan_proto)) { in bnxt_tpa_end()
1899 if (eth_type_vlan(vlan_proto)) { in bnxt_rx_pkt()

Completed in 97 milliseconds