Searched refs:lp_routes (Results 1 – 4 of 4) sorted by relevance
201 LASSERT(list_empty(&lp->lp_routes)); in lnet_rtr_decref_locked()285 list_add(&route->lr_gwlist, &route->lr_gateway->lp_routes); in lnet_add_route_to_rnet()633 list_for_each_entry(rtr, &gw->lp_routes, lr_gwlist) { in lnet_parse_rc_info()778 list_for_each_entry(rte, &gw->lp_routes, lr_gwlist) { in lnet_router_ni_update_locked()
254 INIT_LIST_HEAD(&lp->lp_routes); in lnet_nid2peer_locked()
360 list_for_each_entry(rtr, &peer->lp_routes, in proc_lnet_routers()
334 struct list_head lp_routes; /* routers on this peer */ member