Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h755 struct ovs_action_push_vlan { struct
/linux/net/openvswitch/
H A Dflow_netlink.c3206 [OVS_ACTION_ATTR_PUSH_VLAN] = sizeof(struct ovs_action_push_vlan), in __ovs_nla_copy_actions()
3227 const struct ovs_action_push_vlan *vlan; in __ovs_nla_copy_actions()
H A Dactions.c238 const struct ovs_action_push_vlan *vlan) in push_vlan()