Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_update_frags.c35 err = bpf_xdp_store_bytes(xdp, offset, val, sizeof(val)); in xdp_adjust_frags()
/linux/net/core/
H A Dfilter.c4075 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
4093 .func = bpf_xdp_store_bytes,