Home
last modified time | relevance | path

Searched refs:parse_vlan_tag (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow.c301 static int parse_vlan_tag(struct sk_buff *skb, struct vlan_head *key_vh, in parse_vlan_tag() function
354 res = parse_vlan_tag(skb, &key->eth.vlan, true); in parse_vlan()
360 res = parse_vlan_tag(skb, &key->eth.cvlan, false); in parse_vlan()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow.c441 * parse_vlan_tag - Parse vlan tag from vlan header.
450 static int parse_vlan_tag(struct sk_buff *skb, struct vlan_head *key_vh, in parse_vlan_tag() function
503 res = parse_vlan_tag(skb, &key->eth.vlan, true); in parse_vlan()
509 res = parse_vlan_tag(skb, &key->eth.cvlan, false); in parse_vlan()

Completed in 3 milliseconds