Lines Matching refs:gf32
811 struct compat_group_filter *gf32;
824 gf32 = p + 4; /* we want ->gf_group and ->gf_slist aligned */
827 if (copy_from_sockptr(gf32, optval, optlen))
831 n = gf32->gf_numsrc;
844 err = set_mcast_msfilter(sk, gf32->gf_interface, n, gf32->gf_fmode,
845 &gf32->gf_group, gf32->gf_slist);
1494 struct compat_group_filter gf32;
1501 if (copy_from_user(&gf32, p, size0))
1504 gf.gf_interface = gf32.gf_interface;
1505 gf.gf_fmode = gf32.gf_fmode;
1506 num = gf.gf_numsrc = gf32.gf_numsrc;
1507 gf.gf_group = gf32.gf_group;
1514 len = GROUP_FILTER_SIZE(num) - (sizeof(gf) - sizeof(gf32));