Lines Matching refs:gf32
240 struct compat_group_filter *gf32; in compat_ipv6_set_mcast_msfilter() local
254 gf32 = p + 4; /* we want ->gf_group and ->gf_slist_flex aligned */ in compat_ipv6_set_mcast_msfilter()
256 if (copy_from_sockptr(gf32, optval, optlen)) in compat_ipv6_set_mcast_msfilter()
261 n = gf32->gf_numsrc; in compat_ipv6_set_mcast_msfilter()
270 .gf_interface = gf32->gf_interface, in compat_ipv6_set_mcast_msfilter()
271 .gf_group = gf32->gf_group, in compat_ipv6_set_mcast_msfilter()
272 .gf_fmode = gf32->gf_fmode, in compat_ipv6_set_mcast_msfilter()
273 .gf_numsrc = gf32->gf_numsrc}, gf32->gf_slist_flex); in compat_ipv6_set_mcast_msfilter()
1089 struct compat_group_filter gf32; in compat_ipv6_get_msfilter() local
1097 if (copy_from_sockptr(&gf32, optval, size0)) in compat_ipv6_get_msfilter()
1099 gf.gf_interface = gf32.gf_interface; in compat_ipv6_get_msfilter()
1100 gf.gf_fmode = gf32.gf_fmode; in compat_ipv6_get_msfilter()
1101 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ipv6_get_msfilter()
1102 gf.gf_group = gf32.gf_group; in compat_ipv6_get_msfilter()
1114 len = GROUP_FILTER_SIZE(num) - (sizeof(gf)-sizeof(gf32)); in compat_ipv6_get_msfilter()
1117 &gf.gf_fmode, sizeof(gf32.gf_fmode)) || in compat_ipv6_get_msfilter()
1119 &gf.gf_numsrc, sizeof(gf32.gf_numsrc))) in compat_ipv6_get_msfilter()