Lines Matching refs:__bpf_kfunc
2139 __bpf_kfunc void *bpf_obj_new_impl(u64 local_type_id__k, void *meta__ign) in bpf_obj_new_impl()
2153 __bpf_kfunc void *bpf_percpu_obj_new_impl(u64 local_type_id__k, void *meta__ign) in bpf_percpu_obj_new_impl()
2184 __bpf_kfunc void bpf_obj_drop_impl(void *p__alloc, void *meta__ign) in bpf_obj_drop_impl()
2192 __bpf_kfunc void bpf_percpu_obj_drop_impl(void *p__alloc, void *meta__ign) in bpf_percpu_obj_drop_impl()
2198 __bpf_kfunc void *bpf_refcount_acquire_impl(void *p__refcounted_kptr, void *meta__ign) in bpf_refcount_acquire_impl()
2243 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl()
2253 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl()
2286 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front()
2291 __bpf_kfunc struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) in bpf_list_pop_back()
2296 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_remove(struct bpf_rb_root *root, in bpf_rbtree_remove()
2352 __bpf_kfunc int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, in bpf_rbtree_add_impl()
2362 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) in bpf_rbtree_first()
2375 __bpf_kfunc struct task_struct *bpf_task_acquire(struct task_struct *p) in bpf_task_acquire()
2386 __bpf_kfunc void bpf_task_release(struct task_struct *p) in bpf_task_release()
2391 __bpf_kfunc void bpf_task_release_dtor(void *p) in bpf_task_release_dtor()
2404 __bpf_kfunc struct cgroup *bpf_cgroup_acquire(struct cgroup *cgrp) in bpf_cgroup_acquire()
2416 __bpf_kfunc void bpf_cgroup_release(struct cgroup *cgrp) in bpf_cgroup_release()
2421 __bpf_kfunc void bpf_cgroup_release_dtor(void *cgrp) in bpf_cgroup_release_dtor()
2434 __bpf_kfunc struct cgroup *bpf_cgroup_ancestor(struct cgroup *cgrp, int level) in bpf_cgroup_ancestor()
2454 __bpf_kfunc struct cgroup *bpf_cgroup_from_id(u64 cgid) in bpf_cgroup_from_id()
2474 __bpf_kfunc long bpf_task_under_cgroup(struct task_struct *task, in bpf_task_under_cgroup()
2517 __bpf_kfunc struct cgroup *
2534 __bpf_kfunc struct task_struct *bpf_task_from_pid(s32 pid) in bpf_task_from_pid()
2553 __bpf_kfunc struct task_struct *bpf_task_from_vpid(s32 vpid) in bpf_task_from_vpid()
2594 __bpf_kfunc void *bpf_dynptr_slice(const struct bpf_dynptr *p, u32 offset, in bpf_dynptr_slice()
2679 __bpf_kfunc void *bpf_dynptr_slice_rdwr(const struct bpf_dynptr *p, u32 offset, in bpf_dynptr_slice_rdwr()
2712 __bpf_kfunc int bpf_dynptr_adjust(const struct bpf_dynptr *p, u32 start, u32 end) in bpf_dynptr_adjust()
2731 __bpf_kfunc bool bpf_dynptr_is_null(const struct bpf_dynptr *p) in bpf_dynptr_is_null()
2738 __bpf_kfunc bool bpf_dynptr_is_rdonly(const struct bpf_dynptr *p) in bpf_dynptr_is_rdonly()
2748 __bpf_kfunc __u32 bpf_dynptr_size(const struct bpf_dynptr *p) in bpf_dynptr_size()
2758 __bpf_kfunc int bpf_dynptr_clone(const struct bpf_dynptr *p, in bpf_dynptr_clone()
2785 __bpf_kfunc int bpf_dynptr_copy(struct bpf_dynptr *dst_ptr, u32 dst_off, in bpf_dynptr_copy()
2829 __bpf_kfunc void *bpf_cast_to_kern_ctx(void *obj) in bpf_cast_to_kern_ctx()
2834 __bpf_kfunc void *bpf_rdonly_cast(const void *obj__ign, u32 btf_id__k) in bpf_rdonly_cast()
2839 __bpf_kfunc void bpf_rcu_read_lock(void) in bpf_rcu_read_lock()
2844 __bpf_kfunc void bpf_rcu_read_unlock(void) in bpf_rcu_read_unlock()
2873 __bpf_kfunc void bpf_throw(u64 cookie) in bpf_throw()
2892 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) in bpf_wq_init()
2906 __bpf_kfunc int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) in bpf_wq_start()
2923 __bpf_kfunc int bpf_wq_set_callback_impl(struct bpf_wq *wq, in bpf_wq_set_callback_impl()
2937 __bpf_kfunc void bpf_preempt_disable(void) in bpf_preempt_disable()
2942 __bpf_kfunc void bpf_preempt_enable(void) in bpf_preempt_enable()
3000 __bpf_kfunc int
3062 __bpf_kfunc int *bpf_iter_bits_next(struct bpf_iter_bits *it) in bpf_iter_bits_next()
3088 __bpf_kfunc void bpf_iter_bits_destroy(struct bpf_iter_bits *it) in bpf_iter_bits_destroy()
3112 __bpf_kfunc int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void __user *unsafe_ptr__ign, … in bpf_copy_from_user_str()
3157 __bpf_kfunc int bpf_copy_from_user_task_str(void *dst, u32 dst__sz, in bpf_copy_from_user_task_str()
3187 __bpf_kfunc void bpf_local_irq_save(unsigned long *flags__irq_flag) in bpf_local_irq_save()
3192 __bpf_kfunc void bpf_local_irq_restore(unsigned long *flags__irq_flag) in bpf_local_irq_restore()