Lines Matching refs:bpf_dynptr_kern

1665 bool __bpf_dynptr_is_rdonly(const struct bpf_dynptr_kern *ptr)  in __bpf_dynptr_is_rdonly()
1670 void bpf_dynptr_set_rdonly(struct bpf_dynptr_kern *ptr) in bpf_dynptr_set_rdonly()
1675 static void bpf_dynptr_set_type(struct bpf_dynptr_kern *ptr, enum bpf_dynptr_type type) in bpf_dynptr_set_type()
1680 static enum bpf_dynptr_type bpf_dynptr_get_type(const struct bpf_dynptr_kern *ptr) in bpf_dynptr_get_type()
1685 u32 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr) in __bpf_dynptr_size()
1690 static void bpf_dynptr_set_size(struct bpf_dynptr_kern *ptr, u32 new_size) in bpf_dynptr_set_size()
1702 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, in bpf_dynptr_init()
1711 void bpf_dynptr_set_null(struct bpf_dynptr_kern *ptr) in bpf_dynptr_set_null()
1716 static int bpf_dynptr_check_off_len(const struct bpf_dynptr_kern *ptr, u32 offset, u32 len) in bpf_dynptr_check_off_len()
1726 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() argument
1761 static int __bpf_dynptr_read(void *dst, u32 len, const struct bpf_dynptr_kern *src, in __bpf_dynptr_read()
1795 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5() argument
1812 static int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u32 offset, void *src, in __bpf_dynptr_write()
1851 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5() argument
1868 BPF_CALL_3(bpf_dynptr_data, const struct bpf_dynptr_kern *, ptr, u32, offset, u32, len) in BPF_CALL_3() argument
2597 const struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_slice()
2682 const struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_slice_rdwr()
2714 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_adjust()
2733 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_is_null()
2740 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_is_rdonly()
2750 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_size()
2761 struct bpf_dynptr_kern *clone = (struct bpf_dynptr_kern *)clone__uninit; in bpf_dynptr_clone()
2762 struct bpf_dynptr_kern *ptr = (struct bpf_dynptr_kern *)p; in bpf_dynptr_clone()
2788 struct bpf_dynptr_kern *dst = (struct bpf_dynptr_kern *)dst_ptr; in bpf_dynptr_copy()
2789 struct bpf_dynptr_kern *src = (struct bpf_dynptr_kern *)src_ptr; in bpf_dynptr_copy()
3337 const void *__bpf_dynptr_data(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data()
3348 void *__bpf_dynptr_data_rw(const struct bpf_dynptr_kern *ptr, u32 len) in __bpf_dynptr_data_rw()