Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow.c450 static int parse_vlan_tag(struct sk_buff *skb, struct vlan_head *key_vh, in parse_vlan_tag() argument
466 key_vh->tci = vh->tci | htons(VLAN_CFI_MASK); in parse_vlan_tag()
467 key_vh->tpid = vh->tpid; in parse_vlan_tag()
479 __vlan_hwaccel_put_tag(skb, key_vh->tpid, tci); in parse_vlan_tag()