Lines Matching refs:__bpf_kfunc
2116 __bpf_kfunc void *bpf_obj_new_impl(u64 local_type_id__k, void *meta__ign) in bpf_obj_new_impl()
2130 __bpf_kfunc void *bpf_percpu_obj_new_impl(u64 local_type_id__k, void *meta__ign) in bpf_percpu_obj_new_impl()
2161 __bpf_kfunc void bpf_obj_drop_impl(void *p__alloc, void *meta__ign) in bpf_obj_drop_impl()
2169 __bpf_kfunc void bpf_percpu_obj_drop_impl(void *p__alloc, void *meta__ign) in bpf_percpu_obj_drop_impl()
2175 __bpf_kfunc void *bpf_refcount_acquire_impl(void *p__refcounted_kptr, void *meta__ign) in bpf_refcount_acquire_impl()
2220 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl()
2230 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl()
2263 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front()
2268 __bpf_kfunc struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) in bpf_list_pop_back()
2273 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_remove(struct bpf_rb_root *root, in bpf_rbtree_remove()
2329 __bpf_kfunc int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, in bpf_rbtree_add_impl()
2339 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) in bpf_rbtree_first()
2352 __bpf_kfunc struct task_struct *bpf_task_acquire(struct task_struct *p) in bpf_task_acquire()
2363 __bpf_kfunc void bpf_task_release(struct task_struct *p) in bpf_task_release()
2368 __bpf_kfunc void bpf_task_release_dtor(void *p) in bpf_task_release_dtor()
2381 __bpf_kfunc struct cgroup *bpf_cgroup_acquire(struct cgroup *cgrp) in bpf_cgroup_acquire()
2393 __bpf_kfunc void bpf_cgroup_release(struct cgroup *cgrp) in bpf_cgroup_release()
2398 __bpf_kfunc void bpf_cgroup_release_dtor(void *cgrp) in bpf_cgroup_release_dtor()
2411 __bpf_kfunc struct cgroup *bpf_cgroup_ancestor(struct cgroup *cgrp, int level) in bpf_cgroup_ancestor()
2431 __bpf_kfunc struct cgroup *bpf_cgroup_from_id(u64 cgid) in bpf_cgroup_from_id()
2451 __bpf_kfunc long bpf_task_under_cgroup(struct task_struct *task, in bpf_task_under_cgroup()
2494 __bpf_kfunc struct cgroup *
2511 __bpf_kfunc struct task_struct *bpf_task_from_pid(s32 pid) in bpf_task_from_pid()
2552 __bpf_kfunc void *bpf_dynptr_slice(const struct bpf_dynptr *p, u32 offset, in bpf_dynptr_slice()
2637 __bpf_kfunc void *bpf_dynptr_slice_rdwr(const struct bpf_dynptr *p, u32 offset, in bpf_dynptr_slice_rdwr()
2670 __bpf_kfunc int bpf_dynptr_adjust(const struct bpf_dynptr *p, u32 start, u32 end) in bpf_dynptr_adjust()
2689 __bpf_kfunc bool bpf_dynptr_is_null(const struct bpf_dynptr *p) in bpf_dynptr_is_null()
2696 __bpf_kfunc bool bpf_dynptr_is_rdonly(const struct bpf_dynptr *p) in bpf_dynptr_is_rdonly()
2706 __bpf_kfunc __u32 bpf_dynptr_size(const struct bpf_dynptr *p) in bpf_dynptr_size()
2716 __bpf_kfunc int bpf_dynptr_clone(const struct bpf_dynptr *p, in bpf_dynptr_clone()
2732 __bpf_kfunc void *bpf_cast_to_kern_ctx(void *obj) in bpf_cast_to_kern_ctx()
2737 __bpf_kfunc void *bpf_rdonly_cast(const void *obj__ign, u32 btf_id__k) in bpf_rdonly_cast()
2742 __bpf_kfunc void bpf_rcu_read_lock(void) in bpf_rcu_read_lock()
2747 __bpf_kfunc void bpf_rcu_read_unlock(void) in bpf_rcu_read_unlock()
2776 __bpf_kfunc void bpf_throw(u64 cookie) in bpf_throw()
2795 __bpf_kfunc int bpf_wq_init(struct bpf_wq *wq, void *p__map, unsigned int flags) in bpf_wq_init()
2809 __bpf_kfunc int bpf_wq_start(struct bpf_wq *wq, unsigned int flags) in bpf_wq_start()
2826 __bpf_kfunc int bpf_wq_set_callback_impl(struct bpf_wq *wq, in bpf_wq_set_callback_impl()
2840 __bpf_kfunc void bpf_preempt_disable(void) in bpf_preempt_disable()
2845 __bpf_kfunc void bpf_preempt_enable(void) in bpf_preempt_enable()
2903 __bpf_kfunc int
2965 __bpf_kfunc int *bpf_iter_bits_next(struct bpf_iter_bits *it) in bpf_iter_bits_next()
2991 __bpf_kfunc void bpf_iter_bits_destroy(struct bpf_iter_bits *it) in bpf_iter_bits_destroy()
3015 __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()