kfprog            324 net/compat.c   	struct sock_fprog __user *kfprog = compat_alloc_user_space(sizeof(struct sock_fprog));
kfprog            333 net/compat.c   	if (copy_to_user(kfprog, &f, sizeof(struct sock_fprog)))
kfprog            336 net/compat.c   	return kfprog;
kfprog            343 net/compat.c   	struct sock_fprog __user *kfprog;
kfprog            345 net/compat.c   	kfprog = get_compat_bpf_fprog(optval);
kfprog            346 net/compat.c   	if (!kfprog)
kfprog            349 net/compat.c   	return sock_setsockopt(sock, level, optname, (char __user *)kfprog,