Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c133 u8 pop_vlan; member
298 u16 vid, bool *pop_vlan) in rocker_port_vid_to_vlan() argument
302 if (pop_vlan) in rocker_port_vid_to_vlan()
303 *pop_vlan = false; in rocker_port_vid_to_vlan()
307 if (pop_vlan) in rocker_port_vid_to_vlan()
308 *pop_vlan = true; in rocker_port_vid_to_vlan()
2085 entry->l2_interface.pop_vlan)) in rocker_cmd_group_tbl_add_l2_interface()
2712 u32 out_pport, int pop_vlan) in rocker_group_l2_interface() argument
2721 entry->l2_interface.pop_vlan = pop_vlan; in rocker_group_l2_interface()
3051 bool pop_vlan) in rocker_port_vlan_l2_groups() argument
[all …]
/linux-4.1.27/net/openvswitch/
Dactions.c217 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() function
895 err = pop_vlan(skb, key); in do_execute_actions()