Lines Matching defs:ptr

716 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu)  in BPF_CALL_2()  argument
1639 BPF_CALL_2(bpf_kptr_xchg, void *, dst, void *, ptr) in BPF_CALL_2() argument
1669 bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr) in __bpf_dynptr_is_rdonly()
1674 void bpf_dynptr_set_rdonly(struct bpf_dynptr_kern *ptr) in bpf_dynptr_set_rdonly()
1679 static void bpf_dynptr_set_type(struct bpf_dynptr_kern *ptr, enum bpf_dynptr_type type) in bpf_dynptr_set_type()
1684 static enum bpf_dynptr_type bpf_dynptr_get_type(const struct bpf_dynptr_kern *ptr) in bpf_dynptr_get_type()
1689 u32 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr) in __bpf_dynptr_size()
1694 static void bpf_dynptr_set_size(struct bpf_dynptr_kern *ptr, u32 new_size) in bpf_dynptr_set_size()
1706 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init()
1715 void bpf_dynptr_set_null(struct bpf_dynptr_kern *ptr) in bpf_dynptr_set_null()
1720 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() argument
1862 BPF_CALL_3(bpf_dynptr_data, const struct bpf_dynptr_kern *, ptr, u32, offset, u32, len) in BPF_CALL_3() argument
2679 const struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_slice() local
2764 const struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_slice_rdwr() local
2796 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_adjust() local
2815 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_is_null() local
2822 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_is_rdonly() local
2832 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_size() local
2844 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_clone() local
2924 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_memset() local
3881 const void *__bpf_dynptr_data(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data()
3892 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data_rw()