Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcore.c616 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
628 const struct bpf_ksym *ksym; in bpf_tree_comp()
630 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
653 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
662 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
671 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
704 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
709 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
715 struct bpf_ksym *ksym; in __bpf_address_lookup()
750 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, 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()
/openbmc/linux/include/linux/
H A Dbpf.h1120 struct bpf_ksym { struct
1139 struct bpf_ksym ksym; argument
1201 struct bpf_ksym ksym;
1321 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
1322 void bpf_image_ksym_del(struct bpf_ksym *ksym);
1323 void bpf_ksym_add(struct bpf_ksym *ksym);
1324 void bpf_ksym_del(struct bpf_ksym *ksym);
1443 struct bpf_ksym ksym;