Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dmpls.h26 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c198 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
2103 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2765 if (!eth_p_mpls(eth_type)) in validate_set()
2957 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
2967 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
2975 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
Dactions.c248 if (eth_p_mpls(skb->protocol)) in pop_mpls()
834 if (eth_p_mpls(skb->protocol)) { in ovs_vport_output()
886 if (eth_p_mpls(skb->protocol)) { in ovs_fragment()
Dflow.c716 } else if (eth_p_mpls(key->eth.type)) { in key_extract()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3751 if (eth_p_mpls(first->protocol)) in ixgbevf_tso()
/Linux-v4.19/net/core/
Ddev.c3116 if (eth_p_mpls(type)) in net_mpls_features()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7852 if (eth_p_mpls(first->protocol)) in ixgbe_tso()