Searched refs:vlan_head (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/openvswitch/
H A Dflow.h61 struct vlan_head { struct
91 struct vlan_head vlan;
92 struct vlan_head cvlan;
H A Dflow.c450 static int parse_vlan_tag(struct sk_buff *skb, struct vlan_head *key_vh,
453 struct vlan_head *vh = (struct vlan_head *)skb->data;
458 if (unlikely(skb->len < sizeof(struct vlan_head) + sizeof(__be16)))
461 if (unlikely(!pskb_may_pull(skb, sizeof(struct vlan_head) +
465 vh = (struct vlan_head *)skb->data;
481 __skb_pull(skb, sizeof(struct vlan_head));
H A Dflow_netlink.c1972 static int ovs_nla_put_vlan(struct sk_buff *skb, const struct vlan_head *vh,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4296 struct list_head *vlan_head; local
4303 vlan_head = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rules;
4305 status = ice_add_to_vsi_fltr_list(hw, vsi_handle, vlan_head,

Completed in 283 milliseconds