Searched refs:bpf_ksym (Results 1 – 3 of 3) sorted by relevance
608 return container_of(n, struct bpf_ksym, tnode)->start; in bpf_get_ksym_start()620 const struct bpf_ksym *ksym; in bpf_tree_comp()622 ksym = container_of(n, struct bpf_ksym, tnode); in bpf_tree_comp()641 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()650 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()659 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()692 static struct bpf_ksym *bpf_ksym_find(unsigned long addr) in bpf_ksym_find()697 return n ? container_of(n, struct bpf_ksym, tnode) : NULL; in bpf_ksym_find()703 struct bpf_ksym *ksym; in __bpf_address_lookup()738 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find()[all …]
118 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()
1088 struct bpf_ksym { struct1107 struct bpf_ksym ksym; argument1169 struct bpf_ksym ksym;1289 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym);1290 void bpf_image_ksym_del(struct bpf_ksym *ksym);1291 void bpf_ksym_add(struct bpf_ksym *ksym);1292 void bpf_ksym_del(struct bpf_ksym *ksym);1411 struct bpf_ksym ksym;