Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dmpls.h22 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c155 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
1397 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
1850 if (eth_p_mpls(eth_type)) in validate_set()
1928 if (!eth_p_mpls(eth_type)) in validate_set()
2094 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
2104 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
2112 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
Dflow.c593 } else if (eth_p_mpls(key->eth.type)) { in key_extract()
Dactions.c181 if (eth_p_mpls(skb->protocol)) in pop_mpls()
/linux-4.1.27/net/core/
Ddev.c2564 if (eth_p_mpls(type)) in net_mpls_features()