Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c415 if (bpf_xdp_store_bytes(ctx, buff_len, tmp_buff, offset) < 0) in xdp_adjst_tail_grow_data()
508 if (bpf_xdp_store_bytes(ctx, 0, tmp_buff, hdr_len) < 0) in xdp_adjst_head_shrnk_data()
565 if (bpf_xdp_store_bytes(ctx, 0, hdr_buff, hdr_len) < 0) in xdp_adjst_head_grow_data()
568 if (bpf_xdp_store_bytes(ctx, hdr_len, data_buff, offset) < 0) in xdp_adjst_head_grow_data()
/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()
H A Dxsk_xdp_progs.c118 bpf_xdp_store_bytes(xdp, curr_buff_len - sizeof(seq_num), &seq_num, in xsk_xdp_adjust_tail()
/linux/net/core/
H A Dfilter.c4123 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument
4141 .func = bpf_xdp_store_bytes,