Lines Matching refs:gf
1497 struct group_filter gf; in compat_ip_get_mcast_msfilter() local
1506 gf.gf_interface = gf32.gf_interface; in compat_ip_get_mcast_msfilter()
1507 gf.gf_fmode = gf32.gf_fmode; in compat_ip_get_mcast_msfilter()
1508 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ip_get_mcast_msfilter()
1509 gf.gf_group = gf32.gf_group; in compat_ip_get_mcast_msfilter()
1511 err = ip_mc_gsfget(sk, &gf, optval, in compat_ip_get_mcast_msfilter()
1515 if (gf.gf_numsrc < num) in compat_ip_get_mcast_msfilter()
1516 num = gf.gf_numsrc; in compat_ip_get_mcast_msfilter()
1517 len = GROUP_FILTER_SIZE(num) - (sizeof(gf) - sizeof(gf32)); in compat_ip_get_mcast_msfilter()
1520 &gf.gf_fmode, sizeof(gf.gf_fmode)) || in compat_ip_get_mcast_msfilter()
1522 &gf.gf_numsrc, sizeof(gf.gf_numsrc))) in compat_ip_get_mcast_msfilter()