Searched refs:grt (Results 1 – 2 of 2) sorted by relevance
445 struct uv_gam_range_s *grt; in build_uv_gr_table() local453 grt = kzalloc(bytes, GFP_KERNEL); in build_uv_gr_table()454 BUG_ON(!grt); in build_uv_gr_table()455 _gr_table = grt; in build_uv_gr_table()477 grt = &_gr_table[indx]; in build_uv_gr_table()478 grt->base = lindx; in build_uv_gr_table()479 grt->nasid = gre->nasid; in build_uv_gr_table()480 grt->limit = last_limit = gre->limit; in build_uv_gr_table()488 if (grt->limit == last_limit) { in build_uv_gr_table()489 grt->limit = last_limit = gre->limit; in build_uv_gr_table()[all …]
2795 struct rt6_info *grt; in ip6_route_check_nh_onlink() local2799 grt = ip6_nh_lookup_table(net, cfg, gw_addr, tbid, 0); in ip6_route_check_nh_onlink()2800 if (grt) { in ip6_route_check_nh_onlink()2801 if (!grt->dst.error && in ip6_route_check_nh_onlink()2802 (grt->rt6i_flags & flags || dev != grt->dst.dev)) { in ip6_route_check_nh_onlink()2808 ip6_rt_put(grt); in ip6_route_check_nh_onlink()2821 struct rt6_info *grt = NULL; in ip6_route_check_nh() local2827 grt = ip6_nh_lookup_table(net, cfg, gw_addr, in ip6_route_check_nh()2829 if (grt) { in ip6_route_check_nh()2830 if (grt->rt6i_flags & RTF_GATEWAY || in ip6_route_check_nh()[all …]