Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dget_func_ip_test.c8 extern const void bpf_fentry_test1 __ksym;
9 extern const void bpf_fentry_test2 __ksym;
10 extern const void bpf_fentry_test3 __ksym;
11 extern const void bpf_fentry_test4 __ksym;
12 extern const void bpf_modify_return_test __ksym;
13 extern const void bpf_fentry_test6 __ksym;
14 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 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 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 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 Dkfunc_call_test.c7 extern int bpf_kfunc_call_test2(struct sock *sk, __u32 a, __u32 b) __ksym;
9 __u32 c, __u64 d) __ksym;
A Dtest_ksyms_btf.c19 extern const struct rq runqueues __ksym; /* struct type global var. */
20 extern const int bpf_prog_active __ksym; /* int type global var. */
A Dlinked_vars2.c11 extern const void __start_BTF __ksym;
A Dlinked_vars1.c11 extern const void bpf_link_fops __ksym __weak;
A Dtest_snprintf.c35 extern const void schedule __ksym;
A Dbpf_dctcp.c222 extern void tcp_reno_cong_avoid(struct sock *sk, __u32 ack, __u32 acked) __ksym;
A Dbpf_cubic.c522 extern __u32 tcp_reno_undo_cwnd(struct sock *sk) __ksym;
/linux/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;
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h225 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;
226 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
/linux/tools/lib/bpf/
A Dbpf_helpers.h151 #define __ksym __attribute__((section(".ksyms"))) macro

Completed in 27 milliseconds