Searched refs:bpf_ksym (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 35 struct bpf_ksym **ksyms; 635 struct bpf_ksym *ksym) in bpf_struct_ops_ksym_init() 692 struct bpf_ksym **pksym; in bpf_struct_ops_map_update_elem() 740 struct bpf_ksym *ksym; in bpf_struct_ops_map_update_elem() 1099 bpf_map_area_alloc(st_map->funcs_cnt * sizeof(struct bpf_ksym *), in bpf_struct_ops_map_alloc() 1131 usage += st_map->funcs_cnt * sizeof(struct bpf_ksym *); in bpf_struct_ops_map_mem_usage()
|
| H A D | trampoline.c | 118 void bpf_image_ksym_init(void *data, unsigned int size, struct bpf_ksym *ksym) in bpf_image_ksym_init() 124 void bpf_image_ksym_add(struct bpf_ksym *ksym) in bpf_image_ksym_add() 131 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del() 359 struct bpf_ksym *ksym; in bpf_tramp_image_alloc()
|
| H A D | core.c | 598 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start() 610 const struct bpf_ksym *ksym; in bpf_tree_comp() 612 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp() 635 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add() 644 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del() 653 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del() 708 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find() 713 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find() 719 struct bpf_ksym *ksym; in __bpf_address_lookup() 753 struct bpf_ksym *ksym; in bpf_prog_ksym_find() [all …]
|
| /linux/include/linux/ |
| H A D | bpf.h | 1253 struct bpf_ksym { struct 1273 struct bpf_ksym ksym; argument 1334 struct bpf_ksym ksym; 1481 void bpf_image_ksym_init(void *data, unsigned int size, struct bpf_ksym *ksym); 1482 void bpf_image_ksym_add(struct bpf_ksym *ksym); 1483 void bpf_image_ksym_del(struct bpf_ksym *ksym); 1484 void bpf_ksym_add(struct bpf_ksym *ksym); 1485 void bpf_ksym_del(struct bpf_ksym *ksym); 1659 struct bpf_ksym ksym_prefix; 1661 struct bpf_ksym ksym;
|