Lines Matching refs:bpf_ksym
601 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
613 const struct bpf_ksym *ksym; in bpf_tree_comp()
615 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
638 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
647 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
656 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
711 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
716 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
722 struct bpf_ksym *ksym; in bpf_address_lookup()
756 struct bpf_ksym *ksym; in bpf_prog_ksym_find()
768 struct bpf_ksym *ksym; in bpf_has_frame_pointer()
803 struct bpf_ksym *ksym; in bpf_get_kallsym()