Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dopenvswitch.h714 __be16 mpls_ethertype; /* Either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC */ member
729 __be16 mpls_ethertype; /* Either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC */ member
/linux-6.6.21/net/openvswitch/
Dactions.c166 __be32 mpls_lse, __be16 mpls_ethertype, __u16 mac_len) in push_mpls() argument
170 err = skb_mpls_push(skb, mpls_lse, mpls_ethertype, mac_len, !!mac_len); in push_mpls()
1356 mpls->mpls_ethertype, skb->mac_len); in do_execute_actions()
1367 mpls->mpls_ethertype, mac_len); in do_execute_actions()
Dflow_netlink.c3274 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3294 eth_type = mpls->mpls_ethertype; in __ovs_nla_copy_actions()
3301 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3313 eth_type = mpls->mpls_ethertype; in __ovs_nla_copy_actions()