Home
last modified time | relevance | path

Searched refs:__ksym (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dcpumask_common.h23 struct bpf_cpumask *bpf_cpumask_create(void) __ksym;
24 void bpf_cpumask_release(struct bpf_cpumask *cpumask) __ksym;
27 u32 bpf_cpumask_first(const struct cpumask *cpumask) __ksym;
34 void bpf_cpumask_setall(struct bpf_cpumask *cpumask) __ksym;
35 void bpf_cpumask_clear(struct bpf_cpumask *cpumask) __ksym;
38 const struct cpumask *src2) __ksym;
41 const struct cpumask *src2) __ksym;
44 const struct cpumask *src2) __ksym;
48 bool bpf_cpumask_empty(const struct cpumask *cpumask) __ksym;
49 bool bpf_cpumask_full(const struct cpumask *cpumask) __ksym;
[all …]
A Dkfunc_call_test.c6 extern long bpf_kfunc_call_test4(signed char a, short b, int c, long d) __ksym;
7 extern int bpf_kfunc_call_test2(struct sock *sk, __u32 a, __u32 b) __ksym;
9 __u32 c, __u64 d) __ksym;
11 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
12 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
13 extern void bpf_kfunc_call_test_pass_ctx(struct __sk_buff *skb) __ksym;
14 extern void bpf_kfunc_call_test_pass1(struct prog_test_pass1 *p) __ksym;
15 extern void bpf_kfunc_call_test_pass2(struct prog_test_pass2 *p) __ksym;
16 extern void bpf_kfunc_call_test_mem_len_pass1(void *mem, int len) __ksym;
17 extern void bpf_kfunc_call_test_mem_len_fail2(__u64 *mem, int len) __ksym;
[all …]
A Dkprobe_multi.c9 extern const void bpf_fentry_test1 __ksym;
10 extern const void bpf_fentry_test2 __ksym;
11 extern const void bpf_fentry_test3 __ksym;
12 extern const void bpf_fentry_test4 __ksym;
13 extern const void bpf_fentry_test5 __ksym;
14 extern const void bpf_fentry_test6 __ksym;
15 extern const void bpf_fentry_test7 __ksym;
16 extern const void bpf_fentry_test8 __ksym;
114 extern const void bpf_testmod_fentry_test1 __ksym;
115 extern const void bpf_testmod_fentry_test2 __ksym;
[all …]
A Dget_func_ip_test.c9 extern const void bpf_fentry_test1 __ksym;
10 extern const void bpf_fentry_test2 __ksym;
11 extern const void bpf_fentry_test3 __ksym;
12 extern const void bpf_fentry_test4 __ksym;
13 extern const void bpf_modify_return_test __ksym;
14 extern const void bpf_fentry_test6 __ksym;
15 extern const void bpf_fentry_test7 __ksym;
A Dtest_ksyms.c13 extern const void bpf_link_fops __ksym;
14 extern const void __start_BTF __ksym;
15 extern const void __stop_BTF __ksym;
16 extern const void __per_cpu_start __ksym;
18 extern const void bpf_link_fops1 __ksym __weak;
A Dkfunc_call_fail.c6 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
7 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
8 extern void bpf_kfunc_call_test_mem_len_pass1(void *mem, int len) __ksym;
9 …t *bpf_kfunc_call_test_get_rdwr_mem(struct prog_test_ref_kfunc *p, const int rdwr_buf_size) __ksym;
10 …pf_kfunc_call_test_get_rdonly_mem(struct prog_test_ref_kfunc *p, const int rdonly_buf_size) __ksym;
11 …pf_kfunc_call_test_acq_rdonly_mem(struct prog_test_ref_kfunc *p, const int rdonly_buf_size) __ksym;
12 extern void bpf_kfunc_call_int_mem_release(int *p) __ksym;
A Dtest_bpf_nf_fail.c17 struct bpf_ct_opts___local *, u32) __ksym;
19 struct bpf_ct_opts___local *, u32) __ksym;
20 struct nf_conn *bpf_ct_insert_entry(struct nf_conn *) __ksym;
21 void bpf_ct_release(struct nf_conn *) __ksym;
22 void bpf_ct_set_timeout(struct nf_conn *, u32) __ksym;
23 int bpf_ct_change_timeout(struct nf_conn *, u32) __ksym;
24 int bpf_ct_set_status(struct nf_conn *, u32) __ksym;
25 int bpf_ct_change_status(struct nf_conn *, u32) __ksym;
A Dtest_bpf_nf.c52 struct bpf_ct_opts___local *, u32) __ksym;
54 struct bpf_ct_opts___local *, u32) __ksym;
56 struct bpf_ct_opts___local *, u32) __ksym;
58 struct bpf_ct_opts___local *, u32) __ksym;
59 struct nf_conn *bpf_ct_insert_entry(struct nf_conn *) __ksym;
60 void bpf_ct_release(struct nf_conn *) __ksym;
61 void bpf_ct_set_timeout(struct nf_conn *, u32) __ksym;
62 int bpf_ct_change_timeout(struct nf_conn *, u32) __ksym;
63 int bpf_ct_set_status(struct nf_conn *, u32) __ksym;
64 int bpf_ct_change_status(struct nf_conn *, u32) __ksym;
[all …]
A Dtest_ksyms_weak.c21 extern const struct rq runqueues __ksym __weak; /* typed */
22 extern const void bpf_prog_active __ksym __weak; /* typeless */
28 extern const void bpf_link_fops1 __ksym __weak;
31 extern const int bpf_link_fops2 __ksym __weak;
A Dcgrp_kfunc_common.h23 struct cgroup *bpf_cgroup_acquire(struct cgroup *p) __ksym;
24 struct cgroup *bpf_cgroup_kptr_get(struct cgroup **pp) __ksym;
25 void bpf_cgroup_release(struct cgroup *p) __ksym;
26 struct cgroup *bpf_cgroup_ancestor(struct cgroup *cgrp, int level) __ksym;
A Dtask_kfunc_common.h23 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym;
24 struct task_struct *bpf_task_kptr_get(struct task_struct **pp) __ksym;
25 void bpf_task_release(struct task_struct *p) __ksym;
26 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;
A Dtest_verify_pkcs7_sig.c17 extern struct bpf_key *bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
18 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
19 extern void bpf_key_put(struct bpf_key *key) __ksym;
22 struct bpf_key *trusted_keyring) __ksym;
A Dtest_lookup_key.c21 extern struct bpf_key *bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
22 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
23 extern void bpf_key_put(struct bpf_key *key) __ksym;
A Dkfunc_call_test_subprog.c7 extern const int bpf_prog_active __ksym;
9 __u32 c, __u64 d) __ksym;
10 extern struct sock *bpf_kfunc_call_test3(struct sock *sk) __ksym;
A Dtest_ksyms_module.c20 extern const int bpf_testmod_ksym_percpu __ksym;
21 extern void bpf_testmod_test_mod_kfunc(int i) __ksym;
22 extern void bpf_testmod_invalid_mod_kfunc(void) __ksym __weak;
A Drcu_read_lock.c22 struct bpf_key *bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
23 void bpf_key_put(struct bpf_key *key) __ksym;
24 void bpf_rcu_read_lock(void) __ksym;
25 void bpf_rcu_read_unlock(void) __ksym;
26 struct task_struct *bpf_task_acquire_not_zero(struct task_struct *p) __ksym;
27 void bpf_task_release(struct task_struct *p) __ksym;
A Dtest_kfunc_dynptr_param.c15 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
16 extern void bpf_key_put(struct bpf_key *key) __ksym;
19 struct bpf_key *trusted_keyring) __ksym;
A Dnested_trust_common.h9 bool bpf_cpumask_test_cpu(unsigned int cpu, const struct cpumask *cpumask) __ksym;
10 bool bpf_cpumask_first_zero(const struct cpumask *cpumask) __ksym;
A Dtest_ksyms_btf_null_check.c8 extern const struct rq runqueues __ksym; /* struct type global var. */
9 extern const int bpf_prog_active __ksym; /* int type global var. */
A Djit_probe_mem.c10 extern struct prog_test_ref_kfunc *bpf_kfunc_call_test_acquire(unsigned long *sp) __ksym;
11 extern void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
A Dxfrm_info.c15 const struct bpf_xfrm_info___local *from) __ksym;
17 struct bpf_xfrm_info___local *to) __ksym;
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_experimental.h22 extern void *bpf_obj_new_impl(__u64 local_type_id, void *meta) __ksym;
35 extern void bpf_obj_drop_impl(void *kptr, void *meta) __ksym;
45 extern void bpf_list_push_front(struct bpf_list_head *head, struct bpf_list_node *node) __ksym;
52 extern void bpf_list_push_back(struct bpf_list_head *head, struct bpf_list_node *node) __ksym;
59 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
66 extern struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) __ksym;
74 struct bpf_rb_node *node) __ksym;
82 bool (less)(struct bpf_rb_node *a, const struct bpf_rb_node *b)) __ksym;
90 extern struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) __ksym;
/linux-6.3-rc2/samples/hid/
A Dhid_bpf_helpers.h11 const size_t __sz) __ksym;
12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
13 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
14 extern void hid_bpf_release_context(struct hid_bpf_ctx *ctx) __ksym;
19 enum hid_class_request reqtype) __ksym;
/linux-6.3-rc2/tools/testing/selftests/hid/progs/
A Dhid_bpf_helpers.h11 const size_t __sz) __ksym;
12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
13 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
14 extern void hid_bpf_release_context(struct hid_bpf_ctx *ctx) __ksym;
19 enum hid_class_request reqtype) __ksym;
/linux-6.3-rc2/tools/bpf/bpftool/skeleton/
A Dpid_iter.bpf.c18 extern const void bpf_link_fops __ksym;
19 extern const void bpf_map_fops __ksym;
20 extern const void bpf_prog_fops __ksym;
21 extern const void btf_fops __ksym;

Completed in 16 milliseconds

123