Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dopenvswitch.h553 __be16 mpls_ethertype; /* Either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC */ member
/linux-4.1.27/net/openvswitch/
Dactions.c148 hdr->h_proto = mpls->mpls_ethertype; in push_mpls()
152 skb->protocol = mpls->mpls_ethertype; in push_mpls()
Dflow_netlink.c2094 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
2106 eth_type = mpls->mpls_ethertype; in __ovs_nla_copy_actions()