Searched refs:sock_fprog32 (Results 1 – 1 of 1) sorted by relevance
588 struct sock_fprog32 { struct593 #define PPPIOCSPASS32 _IOW('t', 71, struct sock_fprog32) argument594 #define PPPIOCSACTIVE32 _IOW('t', 70, struct sock_fprog32)596 static struct bpf_prog *compat_ppp_get_filter(struct sock_fprog32 __user *p) in compat_ppp_get_filter()598 struct sock_fprog32 uprog32; in compat_ppp_get_filter()601 if (copy_from_user(&uprog32, p, sizeof(struct sock_fprog32))) in compat_ppp_get_filter()