Searched refs:buffer__szk (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_kfuncs.h | 32 void *buffer, __u64 buffer__szk) __ksym __weak; 41 __u64 buffer__szk) __ksym __weak;
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 2808 void *buffer__nullable, u64 buffer__szk) in bpf_dynptr_slice() argument 2812 u64 len = buffer__szk; in bpf_dynptr_slice() 2847 err = bpf_file_fetch_bytes(ptr->data, offset, buffer__nullable, buffer__szk); in bpf_dynptr_slice() 2898 void *buffer__nullable, u64 buffer__szk) in bpf_dynptr_slice_rdwr() argument 2927 return bpf_dynptr_slice(p, offset, buffer__nullable, buffer__szk); in bpf_dynptr_slice_rdwr()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1445 void *buffer__nullable, u64 buffer__szk);
|