Lines Matching refs:gf32
807 struct compat_group_filter *gf32;
820 gf32 = p + 4; /* we want ->gf_group and ->gf_slist_flex aligned */
823 if (copy_from_sockptr(gf32, optval, optlen))
827 n = gf32->gf_numsrc;
840 err = set_mcast_msfilter(sk, gf32->gf_interface, n, gf32->gf_fmode,
841 &gf32->gf_group, gf32->gf_slist_flex);
1483 struct compat_group_filter gf32;
1490 if (copy_from_sockptr(&gf32, optval, size0))
1493 gf.gf_interface = gf32.gf_interface;
1494 gf.gf_fmode = gf32.gf_fmode;
1495 num = gf.gf_numsrc = gf32.gf_numsrc;
1496 gf.gf_group = gf32.gf_group;
1504 len = GROUP_FILTER_SIZE(num) - (sizeof(gf) - sizeof(gf32));