Home
last modified time | relevance | path

Searched refs:bpf_xdp_adjust_tail (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_adjust_tail_shrink.c47 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in _xdp_adjust_tail_shrink()
H A Dtest_xdp_adjust_tail_grow.c44 if (bpf_xdp_adjust_tail(xdp, offset)) in _xdp_adjust_tail_grow()
H A Dxsk_xdp_progs.c87 ret = bpf_xdp_adjust_tail(xdp, adjust_value); in xsk_xdp_adjust_tail()
/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c370 if (bpf_xdp_adjust_tail(ctx, 0 - offset) < 0) in xdp_adjst_tail_shrnk_data()
416 if (bpf_xdp_adjust_tail(ctx, offset) < 0) { in xdp_adjst_tail_grow_data()
/linux/net/core/
H A Dfilter.c4259 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument
4288 .func = bpf_xdp_adjust_tail,