Lines Matching refs:gf
1488 struct group_filter gf; in compat_ip_get_mcast_msfilter() local
1497 gf.gf_interface = gf32.gf_interface; in compat_ip_get_mcast_msfilter()
1498 gf.gf_fmode = gf32.gf_fmode; in compat_ip_get_mcast_msfilter()
1499 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ip_get_mcast_msfilter()
1500 gf.gf_group = gf32.gf_group; in compat_ip_get_mcast_msfilter()
1502 err = ip_mc_gsfget(sk, &gf, p->gf_slist); in compat_ip_get_mcast_msfilter()
1505 if (gf.gf_numsrc < num) in compat_ip_get_mcast_msfilter()
1506 num = gf.gf_numsrc; in compat_ip_get_mcast_msfilter()
1507 len = GROUP_FILTER_SIZE(num) - (sizeof(gf) - sizeof(gf32)); in compat_ip_get_mcast_msfilter()
1509 put_user(gf.gf_fmode, &p->gf_fmode) || in compat_ip_get_mcast_msfilter()
1510 put_user(gf.gf_numsrc, &p->gf_numsrc)) in compat_ip_get_mcast_msfilter()