Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dtrampoline.c45 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym) in bpf_image_ksym_add()
54 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
296 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
Dcore.c580 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
592 const struct bpf_ksym *ksym; in bpf_tree_comp()
594 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
613 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
622 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
631 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
670 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
675 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
681 struct bpf_ksym *ksym; in __bpf_address_lookup()
716 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()
[all …]
/Linux-v5.15/include/linux/
Dbpf.h631 struct bpf_ksym { struct
650 struct bpf_ksym ksym; argument
709 struct bpf_ksym ksym;
764 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
765 void bpf_image_ksym_del(struct bpf_ksym *ksym);
766 void bpf_ksym_add(struct bpf_ksym *ksym);
767 void bpf_ksym_del(struct bpf_ksym *ksym);
879 struct bpf_ksym ksym;