Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c133 u8 pop_vlan; member
303 u16 vid, bool *pop_vlan) in rocker_port_vid_to_vlan() argument
307 if (pop_vlan) in rocker_port_vid_to_vlan()
308 *pop_vlan = false; in rocker_port_vid_to_vlan()
312 if (pop_vlan) in rocker_port_vid_to_vlan()
313 *pop_vlan = true; in rocker_port_vid_to_vlan()
2202 entry->l2_interface.pop_vlan)) in rocker_cmd_group_tbl_add_l2_interface()
2830 int pop_vlan) in rocker_group_l2_interface() argument
2839 entry->l2_interface.pop_vlan = pop_vlan; in rocker_group_l2_interface()
3182 __be16 vlan_id, bool pop_vlan) in rocker_port_vlan_l2_groups() argument
[all …]
/linux-4.4.14/net/openvswitch/
Dactions.c229 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() function
1073 err = pop_vlan(skb, key); in do_execute_actions()