bpf_xdp_adjust_head 3382 net/core/filter.c BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset)
bpf_xdp_adjust_head 3403 net/core/filter.c 	.func		= bpf_xdp_adjust_head,
bpf_xdp_adjust_head 5948 net/core/filter.c 	    func == bpf_xdp_adjust_head ||
bpf_xdp_adjust_head   71 samples/bpf/xdp_adjust_tail_kern.c 	if (bpf_xdp_adjust_head(xdp, 0 - headroom))
bpf_xdp_adjust_head  112 samples/bpf/xdp_tx_iptunnel_kern.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct iphdr)))
bpf_xdp_adjust_head  184 samples/bpf/xdp_tx_iptunnel_kern.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct ipv6hdr)))
bpf_xdp_adjust_head   84 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_xdp_adjust_head)(void *ctx, int offset) =
bpf_xdp_adjust_head  113 tools/testing/selftests/bpf/progs/test_xdp.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct iphdr)))
bpf_xdp_adjust_head  183 tools/testing/selftests/bpf/progs/test_xdp.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct ipv6hdr)))
bpf_xdp_adjust_head  109 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct iphdr)))
bpf_xdp_adjust_head  179 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct ipv6hdr)))
bpf_xdp_adjust_head  289 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct ipv6hdr)))
bpf_xdp_adjust_head  337 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (bpf_xdp_adjust_head(xdp, 0 - (int)sizeof(struct iphdr)))
bpf_xdp_adjust_head  369 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (bpf_xdp_adjust_head(xdp, (int)sizeof(struct iphdr)))
bpf_xdp_adjust_head  388 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (bpf_xdp_adjust_head(xdp, (int)sizeof(struct ipv6hdr)))
bpf_xdp_adjust_head  406 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (bpf_xdp_adjust_head(xdp, (int)sizeof(struct iphdr)))
bpf_xdp_adjust_head  207 tools/testing/selftests/bpf/progs/test_xdp_vlan.c 	bpf_xdp_adjust_head(ctx, VLAN_HDR_SZ);
bpf_xdp_adjust_head  259 tools/testing/selftests/bpf/progs/test_xdp_vlan.c 	bpf_xdp_adjust_head(ctx, VLAN_HDR_SZ);