Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_adjust_tail.c25 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in _xdp_adjust_tail()
Dbpf_helpers.h109 static int (*bpf_xdp_adjust_tail)(void *ctx, int offset) = variable
/Linux-v4.19/samples/bpf/
Dxdp_adjust_tail_kern.c126 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in handle_ipv4()
/Linux-v4.19/net/core/
Dfilter.c3101 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument
3118 .func = bpf_xdp_adjust_tail,
4809 func == bpf_xdp_adjust_tail || in bpf_helper_changes_pkt_data()