Home
last modified time | relevance | path

Searched refs:ovs_action_add_mpls (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dopenvswitch.h725 * struct ovs_action_add_mpls - %OVS_ACTION_ATTR_ADD_MPLS action
734 struct ovs_action_add_mpls { struct
1038 OVS_ACTION_ATTR_ADD_MPLS, /* struct ovs_action_add_mpls. */
735 mpls_lseovs_action_add_mpls global() argument
736 mpls_ethertypeovs_action_add_mpls global() argument
737 tun_flagsovs_action_add_mpls global() argument
/linux/net/openvswitch/
H A Dactions.c1386 struct ovs_action_add_mpls *mpls = nla_data(a); in do_execute_actions()