Home
last modified time | relevance | path

Searched full:ovs_action_attr_add_mpls (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dopenvswitch.h719 * struct ovs_action_add_mpls - %OVS_ACTION_ATTR_ADD_MPLS action
990 * @OVS_ACTION_ATTR_ADD_MPLS: Push a new MPLS label stack entry at the
992 * of l3 tunnel flag in the tun_flags field of OVS_ACTION_ATTR_ADD_MPLS
1032 OVS_ACTION_ATTR_ADD_MPLS, /* struct ovs_action_add_mpls. */ enumerator
/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml725 tun_flags field of this OVS_ACTION_ATTR_ADD_MPLS argument.
/linux/net/openvswitch/
H A Dflow_netlink.c86 case OVS_ACTION_ATTR_ADD_MPLS: in actions_may_change_flow()
3222 [OVS_ACTION_ATTR_ADD_MPLS] = sizeof(struct ovs_action_add_mpls), in __ovs_nla_copy_actions()
3295 case OVS_ACTION_ATTR_ADD_MPLS: { in __ovs_nla_copy_actions()
H A Dactions.c1431 case OVS_ACTION_ATTR_ADD_MPLS: { in do_execute_actions()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py391 ("OVS_ACTION_ATTR_ADD_MPLS", "none"),