Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h664 struct ovs_action_push_mpls { struct
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c2870 [OVS_ACTION_ATTR_PUSH_MPLS] = sizeof(struct ovs_action_push_mpls), in __ovs_nla_copy_actions()
2955 const struct ovs_action_push_mpls *mpls = nla_data(a); in __ovs_nla_copy_actions()
Dactions.c186 const struct ovs_action_push_mpls *mpls) in push_mpls()