Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_xdp_context_test_run.c15 if (bpf_xdp_adjust_meta(xdp, 4)) in xdp_context()
Dtest_xdp_do_redirect.c42 if (bpf_xdp_adjust_meta(xdp, 4)) in xdp_redirect()
Dtest_xdp_meta.c37 ret = bpf_xdp_adjust_meta(ctx, -round_up(ETH_ALEN, 4)); in ing_xdp()
/Linux-v6.1/samples/bpf/
Dxdp2skb_meta_kern.c41 ret = bpf_xdp_adjust_meta(ctx, -(int)sizeof(*meta)); in _xdp_mark()
/Linux-v6.1/net/core/
Dfilter.c4080 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument
4100 .func = bpf_xdp_adjust_meta,
7588 func == bpf_xdp_adjust_meta || in bpf_helper_changes_pkt_data()