Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c260 bpf_skb_vlan_push(ctx, bpf_htons(ETH_P_8021Q), TESTVLAN); in tc_vlan_push()
H A Dtest_xdp_meta.c556 err = bpf_skb_vlan_push(ctx, 0, 42); in helper_skb_vlan_push_pop()
559 err = bpf_skb_vlan_push(ctx, 0, 207); in helper_skb_vlan_push_pop()
/linux/net/core/
H A Dfilter.c3214 BPF_CALL_3(bpf_skb_vlan_push, struct sk_buff *, skb, __be16, vlan_proto, in BPF_CALL_3() argument
3233 .func = bpf_skb_vlan_push,