Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dmpls.h18 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/Linux-v5.4/net/sched/
Dact_mpls.c83 new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb->protocol)); in tcf_mpls_act()
193 !eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/Linux-v5.4/net/openvswitch/
Dflow_netlink.c186 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
2116 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2780 if (!eth_p_mpls(eth_type)) in validate_set()
3055 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3065 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3073 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
Dactions.c763 if (eth_p_mpls(skb->protocol)) { in ovs_vport_output()
818 if (eth_p_mpls(skb->protocol)) { in ovs_fragment()
Dflow.c639 } else if (eth_p_mpls(key->eth.type)) { in key_extract_l3l4()
/Linux-v5.4/net/core/
Dskbuff.c5492 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push()
5541 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_pop()
5583 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_update_lse()
5616 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_dec_ttl()
Ddev.c3077 if (eth_p_mpls(type)) in net_mpls_features()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3774 if (eth_p_mpls(first->protocol)) in ixgbevf_tso()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7964 if (eth_p_mpls(first->protocol)) in ixgbe_tso()