Searched refs:sock_fprog32 (Results 1 – 1 of 1) sorted by relevance
622 struct sock_fprog32 { struct627 #define PPPIOCSPASS32 _IOW('t', 71, struct sock_fprog32) argument628 #define PPPIOCSACTIVE32 _IOW('t', 70, struct sock_fprog32)630 static struct bpf_prog *compat_ppp_get_filter(struct sock_fprog32 __user *p) in compat_ppp_get_filter()632 struct sock_fprog32 uprog32; in compat_ppp_get_filter()635 if (copy_from_user(&uprog32, p, sizeof(struct sock_fprog32))) in compat_ppp_get_filter()