Searched refs:bpf_xdp_store_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_xdp_update_frags.c | 35 err = bpf_xdp_store_bytes(xdp, offset, val, sizeof(val)); in xdp_adjust_frags()
|
/linux-6.1.9/samples/bpf/ |
D | xdp2_kern.c | 116 if (bpf_xdp_store_bytes(ctx, 0, pkt, sizeof(pkt))) in xdp_prog1()
|
/linux-6.1.9/net/core/ |
D | filter.c | 3966 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument 3984 .func = bpf_xdp_store_bytes,
|