Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dmpls.h22 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/linux-4.4.14/net/openvswitch/
Dflow_netlink.c156 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
1538 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2041 if (eth_p_mpls(eth_type)) in validate_set()
2119 if (!eth_p_mpls(eth_type)) in validate_set()
2286 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
2296 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
2304 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
Dactions.c197 if (eth_p_mpls(skb->protocol)) in pop_mpls()
751 if (eth_p_mpls(skb->protocol)) in do_output()
Dflow.c600 } else if (eth_p_mpls(key->eth.type)) { in key_extract()
/linux-4.4.14/net/core/
Ddev.c2627 if (eth_p_mpls(type)) in net_mpls_features()