Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c621 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
633 const struct bpf_ksym *ksym; in bpf_tree_comp()
635 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
658 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
667 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
676 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
731 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
736 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
742 struct bpf_ksym *ksym; in __bpf_address_lookup()
777 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()
[all …]
H A Dtrampoline.c118 void bpf_image_ksym_add(void *data, unsigned int size, struct bpf_ksym *ksym) in bpf_image_ksym_add()
127 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
355 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
/linux/include/linux/
H A Dbpf.h1146 struct bpf_ksym { struct
1166 struct bpf_ksym ksym; argument
1227 struct bpf_ksym ksym;
1354 void bpf_image_ksym_add(void *data, unsigned int size, struct bpf_ksym *ksym);
1355 void bpf_image_ksym_del(struct bpf_ksym *ksym);
1356 void bpf_ksym_add(struct bpf_ksym *ksym);
1357 void bpf_ksym_del(struct bpf_ksym *ksym);
1484 struct bpf_ksym ksym_prefix;
1486 struct bpf_ksym ksym;