Searched refs:bpf_skb_vlan_push (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_vlan.c | 260 bpf_skb_vlan_push(ctx, bpf_htons(ETH_P_8021Q), TESTVLAN); in tc_vlan_push()
|
| H A D | test_xdp_meta.c | 556 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 D | filter.c | 3214 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,
|