Skip to content
Snippets Groups Projects
user avatar
Eric Dumazet authored
BPF filters lack ability to access skb->vlan_tci

This patch adds two new ancillary accessors :

SKF_AD_VLAN_TAG         (44) mapped to vlan_tx_tag_get(skb)

SKF_AD_VLAN_TAG_PRESENT (48) mapped to vlan_tx_tag_present(skb)

This allows libpcap/tcpdump to use a kernel filter instead of
having to fallback to accept all packets, then filter them in
user space.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Suggested-by: default avatarAni Sinha <ani@aristanetworks.com>
Suggested-by: default avatarDaniel Borkmann <danborkmann@iogearbox.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
f3335031
Name Last commit Last update