Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dopenvswitch.h755 struct ovs_action_push_vlan { struct
/linux-6.12.1/net/openvswitch/
Dflow_netlink.c3219 [OVS_ACTION_ATTR_PUSH_VLAN] = sizeof(struct ovs_action_push_vlan), in __ovs_nla_copy_actions()
3240 const struct ovs_action_push_vlan *vlan; in __ovs_nla_copy_actions()
Dactions.c238 const struct ovs_action_push_vlan *vlan) in push_vlan()