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

123

/linux-master/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr_fail.c16 extern void bpf_rcu_read_lock(void) __ksym;
17 extern void bpf_rcu_read_unlock(void) __ksym;
H A Dtest_snprintf.c35 extern const void schedule __ksym;
H A Ddecap_sanity.c11 void *bpf_cast_to_kern_ctx(void *) __ksym;
H A Dtest_log_fixup.c64 extern int bpf_nonexistent_kfunc(void) __ksym __weak;
H A Dcgroup_hierarchical_stats.c40 extern void cgroup_rstat_updated(struct cgroup *cgrp, int cpu) __ksym;
41 extern void cgroup_rstat_flush(struct cgroup *cgrp) __ksym;
H A Dpercpu_alloc_array.c19 void bpf_rcu_read_lock(void) __ksym;
20 void bpf_rcu_read_unlock(void) __ksym;
H A Dverifier_global_ptr_args.c12 extern struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak;
13 extern void bpf_task_release(struct task_struct *p) __ksym __weak;
H A Dsock_destroy_prog.c11 int bpf_sock_destroy(struct sock_common *sk) __ksym;
H A Dverifier_ref_tracking.c28 extern void bpf_key_put(struct bpf_key *key) __ksym;
29 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
30 extern struct bpf_key *bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
H A Drefcounted_kptr.c11 extern void bpf_rcu_read_lock(void) __ksym;
12 extern void bpf_rcu_read_unlock(void) __ksym;
H A Dbpf_dctcp.c231 extern void tcp_reno_cong_avoid(struct sock *sk, __u32 ack, __u32 acked) __ksym;
H A Dtest_tunnel_kern.c30 struct bpf_fou_encap *encap, int type) __ksym;
32 struct bpf_fou_encap *encap) __ksym;
35 u32 opts__sz) __ksym;
36 void bpf_xdp_xfrm_state_release(struct xfrm_state *x) __ksym;
H A Dexceptions_fail.c10 extern void bpf_rcu_read_lock(void) __ksym;
H A Dxdp_synproxy_kern.c102 __u32 len_opts) __ksym;
108 u32 len_opts) __ksym;
110 extern void bpf_ct_release(struct nf_conn *ct) __ksym;
H A Dbpf_cubic.c525 extern __u32 tcp_reno_undo_cwnd(struct sock *sk) __ksym;
H A Dmap_ptr_kern.c106 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h182 #define __ksym __attribute__((section(".ksyms"))) macro
309 extern int bpf_iter_num_new(struct bpf_iter_num *it, int start, int end) __weak __ksym; variable
310 extern int *bpf_iter_num_next(struct bpf_iter_num *it) __weak __ksym; variable
311 extern void bpf_iter_num_destroy(struct bpf_iter_num *it) __weak __ksym; variable
H A Dbpf_core_read.h328 extern void *bpf_rdonly_cast(const void *obj, __u32 btf_id) __ksym __weak;
/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c76 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h230 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;
231 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
/linux-master/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c20 void *bpf_cast_to_kern_ctx(void *) __ksym;
H A Dlock_contention.bpf.c526 extern struct rq runqueues __ksym;

Completed in 195 milliseconds

123