Searched refs:buffer__nullable (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | helpers.c | 3052 void *buffer__nullable, u64 buffer__szk) in bpf_dynptr_slice() argument 3073 if (buffer__nullable) in bpf_dynptr_slice() 3074 return skb_header_pointer(ptr->data, ptr->offset + offset, len, buffer__nullable); in bpf_dynptr_slice() 3083 if (!buffer__nullable) in bpf_dynptr_slice() 3085 bpf_xdp_copy_buf(ptr->data, ptr->offset + offset, buffer__nullable, len, false); in bpf_dynptr_slice() 3086 return buffer__nullable; in bpf_dynptr_slice() 3091 err = bpf_file_fetch_bytes(ptr->data, offset, buffer__nullable, buffer__szk); in bpf_dynptr_slice() 3092 return err ? NULL : buffer__nullable; in bpf_dynptr_slice() 3142 void *buffer__nullable, u64 buffer__szk) in bpf_dynptr_slice_rdwr() argument 3171 return bpf_dynptr_slice(p, offset, buffer__nullable, buffer__szk); in bpf_dynptr_slice_rdwr()
|
| /linux/Documentation/bpf/ |
| H A D | kfuncs.rst | 203 __bpf_kfunc void *bpf_dynptr_slice(..., void *buffer__nullable,
|
| /linux/include/linux/ |
| H A D | bpf.h | 1494 void *buffer__nullable, u64 buffer__szk);
|