Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dcore.c592 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
604 const struct bpf_ksym *ksym; in bpf_tree_comp()
606 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
625 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
634 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
643 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
676 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
681 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
687 struct bpf_ksym *ksym; in __bpf_address_lookup()
722 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()
[all …]
Dtrampoline.c119 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym) in bpf_image_ksym_add()
128 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
378 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
/linux-6.1.9/include/linux/
Dbpf.h875 struct bpf_ksym { struct
894 struct bpf_ksym ksym; argument
956 struct bpf_ksym ksym;
1045 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
1046 void bpf_image_ksym_del(struct bpf_ksym *ksym);
1047 void bpf_ksym_add(struct bpf_ksym *ksym);
1048 void bpf_ksym_del(struct bpf_ksym *ksym);
1166 struct bpf_ksym ksym;