Searched refs:__ksym (Results 1 – 19 of 19) sorted by relevance
8 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;
13 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;
21 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;
7 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;
20 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;
8 extern const struct rq runqueues __ksym; /* struct type global var. */9 extern const int bpf_prog_active __ksym; /* int type global var. */
7 extern int bpf_kfunc_call_test2(struct sock *sk, __u32 a, __u32 b) __ksym;9 __u32 c, __u64 d) __ksym;
19 extern const struct rq runqueues __ksym; /* struct type global var. */20 extern const int bpf_prog_active __ksym; /* int type global var. */
8 extern const int bpf_prog_active __ksym; /* int type global var. */
8 extern const int bpf_prog_active __ksym;
7 extern const int bpf_prog_active __ksym;
11 extern const void __start_BTF __ksym;
11 extern const void bpf_link_fops __ksym __weak;
35 extern const void schedule __ksym;
222 extern void tcp_reno_cong_avoid(struct sock *sk, __u32 ack, __u32 acked) __ksym;
522 extern __u32 tcp_reno_undo_cwnd(struct sock *sk) __ksym;
18 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;
225 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;
151 #define __ksym __attribute__((section(".ksyms"))) macro