Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c35 struct bpf_ksym **ksyms;
685 struct bpf_ksym *ksym) in bpf_struct_ops_ksym_init()
742 struct bpf_ksym **pksym; in bpf_struct_ops_map_update_elem()
790 struct bpf_ksym *ksym; in bpf_struct_ops_map_update_elem()
1156 bpf_map_area_alloc(st_map->funcs_cnt * sizeof(struct bpf_ksym *), in bpf_struct_ops_map_alloc()
1188 usage += st_map->funcs_cnt * sizeof(struct bpf_ksym *); in bpf_struct_ops_map_mem_usage()
H A Dcore.c603 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()
615 const struct bpf_ksym *ksym; in bpf_tree_comp()
617 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()
640 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
649 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
658 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
713 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()
718 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()
724 struct bpf_ksym *ksym; in bpf_address_lookup()
758 struct bpf_ksym *ksym; in bpf_prog_ksym_find()
[all …]
H A Dtrampoline.c197 void bpf_image_ksym_init(void *data, unsigned int size, struct bpf_ksym *ksym) in bpf_image_ksym_init()
203 void bpf_image_ksym_add(struct bpf_ksym *ksym) in bpf_image_ksym_add()
210 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
664 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
/linux/include/linux/
H A Dbpf.h1345 struct bpf_ksym { struct
1368 struct bpf_ksym ksym; argument
1435 struct bpf_ksym ksym;
1592 void bpf_image_ksym_init(void *data, unsigned int size, struct bpf_ksym *ksym);
1593 void bpf_image_ksym_add(struct bpf_ksym *ksym);
1594 void bpf_image_ksym_del(struct bpf_ksym *ksym);
1595 void bpf_ksym_add(struct bpf_ksym *ksym);
1596 void bpf_ksym_del(struct bpf_ksym *ksym);
1803 struct bpf_ksym ksym_prefix;
1805 struct bpf_ksym ksym;