Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c566 err = bpf_skb_vlan_pop(ctx); in helper_skb_vlan_push_pop()
569 err = bpf_skb_vlan_pop(ctx); in helper_skb_vlan_push_pop()
/linux/net/core/
H A Dfilter.c3245 BPF_CALL_1(bpf_skb_vlan_pop, struct sk_buff *, skb) in BPF_CALL_1() argument
3258 .func = bpf_skb_vlan_pop,