Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dopenvswitch.h414 struct ovs_action_push_vlan { struct
/linux-3.4.99/net/openvswitch/
Dactions.c104 static int push_vlan(struct sk_buff *skb, const struct ovs_action_push_vlan *vlan) in push_vlan()
Ddatapath.c528 [OVS_ACTION_ATTR_PUSH_VLAN] = sizeof(struct ovs_action_push_vlan), in validate_actions()
533 const struct ovs_action_push_vlan *vlan; in validate_actions()