Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h666 __be16 mpls_ethertype; /* Either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC */ member
/Linux-v4.19/net/openvswitch/
Dactions.c214 update_ethertype(skb, eth_hdr(skb), mpls->mpls_ethertype); in push_mpls()
215 skb->protocol = mpls->mpls_ethertype; in push_mpls()
Dflow_netlink.c2957 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
2969 eth_type = mpls->mpls_ethertype; in __ovs_nla_copy_actions()