Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_context_test_run.c15 if (bpf_xdp_adjust_meta(xdp, 4)) in xdp_context()
H A Dtest_xdp_do_redirect.c55 if (bpf_xdp_adjust_meta(xdp, sizeof(__u64))) in xdp_redirect()
H A Dxdp_metadata.c76 ret = bpf_xdp_adjust_meta(ctx, -(int)sizeof(struct xdp_meta)); in rx()
H A Dxsk_xdp_progs.c45 err = bpf_xdp_adjust_meta(xdp, -(int)sizeof(struct xdp_info)); in xsk_xdp_populate_metadata()
H A Dxdp_hw_metadata.c75 err = bpf_xdp_adjust_meta(ctx, -(int)sizeof(struct xdp_meta)); in rx()
H A Dverifier_meta_access.c104 call %[bpf_xdp_adjust_meta]; \ in meta_access_test5()
109 : __imm(bpf_xdp_adjust_meta), in meta_access_test5()
H A Dtest_xdp_meta.c317 ret = bpf_xdp_adjust_meta(ctx, -META_SIZE); in ing_xdp_zalloc_meta()
340 ret = bpf_xdp_adjust_meta(ctx, -META_SIZE); in ing_xdp()
/linux/samples/bpf/
H A Dxdp2skb_meta_kern.c41 ret = bpf_xdp_adjust_meta(ctx, -(int)sizeof(*meta)); in _xdp_mark()
/linux/net/core/
H A Dfilter.c4459 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument
4479 .func = bpf_xdp_adjust_meta,