Lines Matching refs:grp
837 struct nl_af_group *grp; in nl_cache_resync() local
857 grp = cache->c_ops->co_groups; in nl_cache_resync()
859 if (grp && grp->ag_group && in nl_cache_resync()
861 nl_cache_set_arg1(cache, grp->ag_family); in nl_cache_resync()
874 if (grp) in nl_cache_resync()
875 grp++; in nl_cache_resync()
876 } while (grp && grp->ag_group && in nl_cache_resync()
962 struct nl_af_group *grp; in nl_cache_refill() local
969 grp = cache->c_ops->co_groups; in nl_cache_refill()
971 if (grp && grp->ag_group && in nl_cache_refill()
973 nl_cache_set_arg1(cache, grp->ag_family); in nl_cache_refill()
981 cache, nl_cache_name(cache), grp ? grp->ag_family : AF_UNSPEC); in nl_cache_refill()
990 if (grp) in nl_cache_refill()
991 grp++; in nl_cache_refill()
992 } while (grp && grp->ag_group && in nl_cache_refill()