Home
last modified time | relevance | path

Searched refs:bpf_xdp_load_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_xdp_update_frags.c26 err = bpf_xdp_load_bytes(xdp, offset, val, sizeof(val)); in xdp_adjust_frags()
/Linux-v6.6/net/core/
Dfilter.c3981 BPF_CALL_4(bpf_xdp_load_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
3999 .func = bpf_xdp_load_bytes,