Searched refs:bpf_xdp_adjust_meta (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_xdp_context_test_run.c | 15 if (bpf_xdp_adjust_meta(xdp, 4)) in xdp_context()
|
D | xsk_xdp_progs.c | 40 err = bpf_xdp_adjust_meta(xdp, -(int)sizeof(struct xdp_info)); in xsk_xdp_populate_metadata()
|
D | test_xdp_meta.c | 37 ret = bpf_xdp_adjust_meta(ctx, -round_up(ETH_ALEN, 4)); in ing_xdp()
|
D | test_xdp_do_redirect.c | 55 if (bpf_xdp_adjust_meta(xdp, sizeof(__u64))) in xdp_redirect()
|
D | xdp_metadata.c | 69 ret = bpf_xdp_adjust_meta(ctx, -(int)sizeof(struct xdp_meta)); in rx()
|
D | xdp_hw_metadata.c | 75 err = bpf_xdp_adjust_meta(ctx, -(int)sizeof(struct xdp_meta)); in rx()
|
D | verifier_meta_access.c | 109 : __imm(bpf_xdp_adjust_meta), in meta_access_test5()
|
/linux-6.12.1/samples/bpf/ |
D | xdp2skb_meta_kern.c | 41 ret = bpf_xdp_adjust_meta(ctx, -(int)sizeof(*meta)); in _xdp_mark()
|
/linux-6.12.1/Documentation/networking/ |
D | xdp-rx-metadata.rst | 63 bytes out of metadata via ``bpf_xdp_adjust_meta`` and calls a subset
|
/linux-6.12.1/net/core/ |
D | filter.c | 4226 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument 4246 .func = bpf_xdp_adjust_meta, 7916 func == bpf_xdp_adjust_meta || in bpf_helper_changes_pkt_data()
|