Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
264 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
Dcore.c585 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
597 const struct bpf_ksym *ksym; in bpf_tree_comp()
599 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
618 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
627 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
636 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
675 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
680 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
686 struct bpf_ksym *ksym; in __bpf_address_lookup()
721 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dbpf.h634 struct bpf_ksym { struct
653 struct bpf_ksym ksym; argument
711 struct bpf_ksym ksym;
767 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
768 void bpf_image_ksym_del(struct bpf_ksym *ksym);
769 void bpf_ksym_add(struct bpf_ksym *ksym);
770 void bpf_ksym_del(struct bpf_ksym *ksym);
872 struct bpf_ksym ksym;