Lines Matching refs:kdata
1117 void *kdata, const void *udata)
1125 ((struct bpf_testmod_ops *)kdata)->data = ((struct bpf_testmod_ops *)udata)->data;
1145 static int bpf_dummy_reg(void *kdata, struct bpf_link *link)
1147 struct bpf_testmod_ops *ops = kdata;
1160 static void bpf_dummy_unreg(void *kdata, struct bpf_link *link)
1216 static int bpf_dummy_reg2(void *kdata, struct bpf_link *link)
1218 struct bpf_testmod_ops2 *ops = kdata;
1239 static int st_ops3_reg(void *kdata, struct bpf_link *link)
1249 st_ops3 = kdata;
1256 static void st_ops3_unreg(void *kdata, struct bpf_link *link)
1477 static int st_ops_reg(void *kdata, struct bpf_link *link)
1487 st_ops = kdata;
1494 static void st_ops_unreg(void *kdata, struct bpf_link *link)
1515 void *kdata, const void *udata)