Symbol: eth_p_mpls
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3107
if (eth_p_mpls(protocol))
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3268
if (eth_p_mpls(protocol)) {
drivers/net/ethernet/intel/ice/ice_txrx.c
1618
if (eth_p_mpls(protocol)) {
drivers/net/ethernet/intel/ice/ice_txrx.c
1872
if (eth_p_mpls(protocol))
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
8760
if (eth_p_mpls(first->protocol))
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
3855
if (eth_p_mpls(first->protocol))
net/core/dev.c
3726
if (eth_p_mpls(type))
net/core/skbuff.c
6603
if (unlikely(!eth_p_mpls(mpls_proto)))
net/core/skbuff.c
6655
if (unlikely(!eth_p_mpls(skb->protocol)))
net/core/skbuff.c
6697
if (unlikely(!eth_p_mpls(skb->protocol)))
net/core/skbuff.c
6730
if (unlikely(!eth_p_mpls(skb->protocol)))
net/openvswitch/actions.c
716
if (eth_p_mpls(skb->protocol)) {
net/openvswitch/actions.c
772
if (eth_p_mpls(skb->protocol)) {
net/openvswitch/flow.c
786
} else if (eth_p_mpls(key->eth.type)) {
net/openvswitch/flow_netlink.c
199
if (eth_p_mpls(match->key->eth.type)) {
net/openvswitch/flow_netlink.c
2141
} else if (eth_p_mpls(swkey->eth.type)) {
net/openvswitch/flow_netlink.c
3038
if (!eth_p_mpls(eth_type))
net/openvswitch/flow_netlink.c
3374
if (!eth_p_mpls(mpls->mpls_ethertype))
net/openvswitch/flow_netlink.c
3383
!eth_p_mpls(eth_type)))
net/openvswitch/flow_netlink.c
3401
if (!eth_p_mpls(mpls->mpls_ethertype))
net/openvswitch/flow_netlink.c
3411
!eth_p_mpls(eth_type)))
net/openvswitch/flow_netlink.c
3421
!eth_p_mpls(eth_type))
net/openvswitch/flow_netlink.c
3442
if (!eth_p_mpls(proto) || !mpls_label_count)
net/openvswitch/flow_netlink.c
3615
if (eth_p_mpls(key->eth.type))
net/sched/act_mpls.c
101
!eth_p_mpls(skb->protocol));
net/sched/act_mpls.c
248
!eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) {
net/sched/act_mpls.c
84
new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true)));