Home
last modified time | relevance | path

Searched refs:mpls_ethertype (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dopenvswitch.h581 __be16 mpls_ethertype; /* Either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC */ member
/linux-4.4.14/net/openvswitch/
Dactions.c164 hdr->h_proto = mpls->mpls_ethertype; in push_mpls()
168 skb->protocol = mpls->mpls_ethertype; in push_mpls()
Dflow_netlink.c2286 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
2298 eth_type = mpls->mpls_ethertype; in __ovs_nla_copy_actions()