Home
last modified time | relevance | path

Searched refs:bpf_ksym (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dtrampoline.c44 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym) in bpf_image_ksym_add()
53 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
62 struct bpf_ksym *ksym = &tr->ksym; in bpf_trampoline_ksym_add()
Dcore.c581 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
593 const struct bpf_ksym *ksym; in bpf_tree_comp()
595 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
614 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
623 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
632 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
671 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
676 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
682 struct bpf_ksym *ksym; in __bpf_address_lookup()
717 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()
[all …]
/Linux-v5.10/include/linux/
Dbpf.h569 struct bpf_ksym { struct
610 struct bpf_ksym ksym;
635 struct bpf_ksym ksym;
690 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
691 void bpf_image_ksym_del(struct bpf_ksym *ksym);
692 void bpf_ksym_add(struct bpf_ksym *ksym);
693 void bpf_ksym_del(struct bpf_ksym *ksym);
793 struct bpf_ksym ksym;