Searched refs:bpf_xdp_store_bytes (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/lib/ |
| H A D | xdp_native.bpf.c | 415 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 D | test_xdp_update_frags.c | 35 err = bpf_xdp_store_bytes(xdp, offset, val, sizeof(val)); in xdp_adjust_frags()
|
| H A D | xsk_xdp_progs.c | 118 bpf_xdp_store_bytes(xdp, curr_buff_len - sizeof(seq_num), &seq_num, in xsk_xdp_adjust_tail()
|
| /linux/net/core/ |
| H A D | filter.c | 4123 BPF_CALL_4(bpf_xdp_store_bytes, struct xdp_buff *, xdp, u32, offset, in BPF_CALL_4() argument 4141 .func = bpf_xdp_store_bytes,
|