Lines Matching refs:gf32
238 struct compat_group_filter *gf32;
252 gf32 = p + 4; /* we want ->gf_group and ->gf_slist aligned */
254 if (copy_from_sockptr(gf32, optval, optlen))
259 n = gf32->gf_numsrc;
268 .gf_interface = gf32->gf_interface,
269 .gf_group = gf32->gf_group,
270 .gf_fmode = gf32->gf_fmode,
271 .gf_numsrc = gf32->gf_numsrc}, gf32->gf_slist);
1088 struct compat_group_filter gf32;
1098 if (copy_from_user(&gf32, p, size0))
1100 gf.gf_interface = gf32.gf_interface;
1101 gf.gf_fmode = gf32.gf_fmode;
1102 num = gf.gf_numsrc = gf32.gf_numsrc;
1103 gf.gf_group = gf32.gf_group;
1115 len = GROUP_FILTER_SIZE(num) - (sizeof(gf)-sizeof(gf32));