Searched refs:sock_fprog32 (Results 1 – 1 of 1) sorted by relevance
587 struct sock_fprog32 { struct592 #define PPPIOCSPASS32 _IOW('t', 71, struct sock_fprog32) argument593 #define PPPIOCSACTIVE32 _IOW('t', 70, struct sock_fprog32)595 static struct bpf_prog *compat_ppp_get_filter(struct sock_fprog32 __user *p) in compat_ppp_get_filter()597 struct sock_fprog32 uprog32; in compat_ppp_get_filter()600 if (copy_from_user(&uprog32, p, sizeof(struct sock_fprog32))) in compat_ppp_get_filter()