Lines Matching defs:kdata
1170 void *kdata, const void *udata)
1178 ((struct bpf_testmod_ops *)kdata)->data = ((struct bpf_testmod_ops *)udata)->data;
1198 static int bpf_dummy_reg(void *kdata, struct bpf_link *link)
1200 struct bpf_testmod_ops *ops = kdata;
1213 static void bpf_dummy_unreg(void *kdata, struct bpf_link *link)
1269 static int bpf_dummy_reg2(void *kdata, struct bpf_link *link)
1271 struct bpf_testmod_ops2 *ops = kdata;
1292 static int st_ops3_reg(void *kdata, struct bpf_link *link)
1302 st_ops3 = kdata;
1309 static void st_ops3_unreg(void *kdata, struct bpf_link *link)
1530 static int st_ops_reg(void *kdata, struct bpf_link *link)
1540 st_ops = kdata;
1547 static void st_ops_unreg(void *kdata, struct bpf_link *link)
1568 void *kdata, const void *udata)
1597 void *kdata, const void *udata)
1629 static int multi_st_ops_reg(void *kdata, struct bpf_link *link)
1632 (struct bpf_testmod_multi_st_ops *)kdata;
1640 id = bpf_struct_ops_id(kdata);
1657 static void multi_st_ops_unreg(void *kdata, struct bpf_link *link)
1663 id = bpf_struct_ops_id(kdata);