Searched refs:bpf_dynptr_init (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | ringbuf.c | 591 bpf_dynptr_init(ptr, sample, BPF_DYNPTR_TYPE_RINGBUF, 0, size); in BPF_CALL_4() 749 bpf_dynptr_init(&dynptr, sample, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
|
A D | helpers.c | 1438 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init() function 1478 bpf_dynptr_init(ptr, data, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
|
/linux-6.3-rc2/include/linux/ |
A D | bpf.h | 2940 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data,
|
Completed in 18 milliseconds