Home
last modified time | relevance | path

Searched refs:eth_p_mpls (Results 1 – 10 of 10) sorted by relevance

/linux/include/net/
H A Dmpls.h19 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/linux/net/sched/
H A Dact_mpls.c84 new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true))); in tcf_mpls_act()
101 !eth_p_mpls(skb->protocol)); in tcf_mpls_act()
248 !eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/linux/net/openvswitch/
H A Dflow_netlink.c199 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
2141 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2954 if (!eth_p_mpls(eth_type)) in validate_set()
3261 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3270 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3288 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3298 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3308 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
3329 if (!eth_p_mpls(proto) || !mpls_label_count) in __ovs_nla_copy_actions()
3502 if (eth_p_mpls(key->eth.type)) in ovs_nla_copy_actions()
H A Dactions.c715 if (eth_p_mpls(skb->protocol)) { in ovs_vport_output()
771 if (eth_p_mpls(skb->protocol)) { in ovs_fragment()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1609 if (eth_p_mpls(protocol)) { in ice_tx_csum()
1865 if (eth_p_mpls(protocol)) in ice_tso()
/linux/net/core/
H A Dskbuff.c6588 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push()
6640 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_pop()
6682 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_update_lse()
6715 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_dec_ttl()
H A Ddev.c3725 if (eth_p_mpls(type)) in net_mpls_features()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3107 if (eth_p_mpls(protocol)) in i40e_tso()
3268 if (eth_p_mpls(protocol)) { in i40e_tx_enable_csum()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3831 if (eth_p_mpls(first->protocol)) in ixgbevf_tso()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8740 if (eth_p_mpls(first->protocol)) in ixgbe_tso()