Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c46 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym) in bpf_image_ksym_add()
55 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
267 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
H A Dcore.c588 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
600 const struct bpf_ksym *ksym; in bpf_tree_comp()
602 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
621 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
630 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
639 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
678 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
683 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
689 struct bpf_ksym *ksym; in __bpf_address_lookup()
724 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h590 struct bpf_ksym { struct
609 struct bpf_ksym ksym; argument
667 struct bpf_ksym ksym;
723 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);
724 void bpf_image_ksym_del(struct bpf_ksym *ksym);
725 void bpf_ksym_add(struct bpf_ksym *ksym);
726 void bpf_ksym_del(struct bpf_ksym *ksym);
827 struct bpf_ksym ksym;