|
@@ -65,6 +65,7 @@ bool skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow)
|
|
|
nhoff += sizeof(struct ipv6hdr);
|
|
nhoff += sizeof(struct ipv6hdr);
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
|
|
+ case __constant_htons(ETH_P_8021AD):
|
|
|
case __constant_htons(ETH_P_8021Q): {
|
|
case __constant_htons(ETH_P_8021Q): {
|
|
|
const struct vlan_hdr *vlan;
|
|
const struct vlan_hdr *vlan;
|
|
|
struct vlan_hdr _vlan;
|
|
struct vlan_hdr _vlan;
|