Searched refs:__ksym (Results 26 - 50 of 72) sorted by relevance

123

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c9 enum xdp_rss_hash_type *rss_type) __ksym;
H A Dread_bpf_task_storage_busy.c8 extern const int bpf_task_storage_busy __ksym;
H A Dtest_ksyms_btf_write_check.c8 extern const int bpf_prog_active __ksym; /* int type global var. */
H A Dmap_percpu_stats.c10 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;
H A Diters_task_failure.c12 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
13 void bpf_cgroup_release(struct cgroup *p) __ksym;
14 void bpf_rcu_read_lock(void) __ksym;
15 void bpf_rcu_read_unlock(void) __ksym;
H A Dcgrp_ls_sleepable.c23 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
24 void bpf_cgroup_release(struct cgroup *cgrp) __ksym;
25 void bpf_rcu_read_lock(void) __ksym;
26 void bpf_rcu_read_unlock(void) __ksym;
H 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;
H 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;
H A Diters_testmod_seq.c13 extern int bpf_iter_testmod_seq_new(struct bpf_iter_testmod_seq *it, s64 value, int cnt) __ksym;
14 extern s64 *bpf_iter_testmod_seq_next(struct bpf_iter_testmod_seq *it) __ksym;
15 extern void bpf_iter_testmod_seq_destroy(struct bpf_iter_testmod_seq *it) __ksym;
H A Dtest_cgroup1_hierarchy.c13 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
14 struct cgroup *bpf_cgroup_ancestor(struct cgroup *cgrp, int level) __ksym;
15 void bpf_cgroup_release(struct cgroup *cgrp) __ksym;
H 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...]
H A Dtask_kfunc_success.c20 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak;
22 struct task_struct *bpf_task_acquire___one(struct task_struct *task) __ksym __weak;
24 struct task_struct *bpf_task_acquire___two(struct task_struct *p, void *ctx) __ksym __weak;
26 struct task_struct *bpf_task_acquire___three(void *ctx) __ksym __weak;
28 void invalid_kfunc(void) __ksym __weak;
29 void bpf_testmod_test_mod_kfunc(int i) __ksym __weak;
H A Diters_css_task.c13 struct cgroup *bpf_cgroup_acquire(struct cgroup *p) __ksym;
14 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
15 void bpf_cgroup_release(struct cgroup *p) __ksym;
H A Dlinked_vars1.c11 extern const void bpf_link_fops __ksym __weak;
H A Dlinked_vars2.c11 extern const void __start_BTF __ksym;
H A Dkfunc_call_test_subprog.c5 extern const int bpf_prog_active __ksym;
H A Dxdp_hw_metadata.c20 __u64 *timestamp) __ksym;
22 enum xdp_rss_hash_type *rss_type) __ksym;
25 __u16 *vlan_tci) __ksym;
H A Dxdp_metadata.c23 __u64 *timestamp) __ksym;
25 enum xdp_rss_hash_type *rss_type) __ksym;
28 __u16 *vlan_tci) __ksym;
H A Dverifier_netfilter_ctx.c83 struct bpf_dynptr *ptr__uninit) __ksym;
85 void *buffer, uint32_t buffer__sz) __ksym;
H A Dip_check_defrag.c16 struct bpf_dynptr *ptr__uninit) __ksym;
18 void *buffer, uint32_t buffer__sz) __ksym;
H A Dcgrp_ls_recursion.c27 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
28 void bpf_cgroup_release(struct cgroup *cgrp) __ksym;
H 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(struct task_struct *p) __ksym;
27 void bpf_task_release(struct task_struct *p) __ksym;
H A Dcgrp_ls_tp_btf.c33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
34 void bpf_cgroup_release(struct cgroup *cgrp) __ksym;
/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c31 extern const void bpf_link_fops __ksym;
32 extern const void bpf_map_fops __ksym;
33 extern const void bpf_prog_fops __ksym;
34 extern const void btf_fops __ksym;
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h46 int node_id, __u64 flags) __ksym __weak;
47 void bpf_arena_free_pages(void *map, void __arena *ptr, __u32 page_cnt) __ksym __weak;

Completed in 258 milliseconds

123