Searched refs:lp_routes (Results 1 – 4 of 4) sorted by relevance
213 LASSERT(list_empty(&lp->lp_routes)); in lnet_rtr_decref_locked()297 list_add(&route->lr_gwlist, &route->lr_gateway->lp_routes); in lnet_add_route_to_rnet()645 list_for_each_entry(rtr, &gw->lp_routes, lr_gwlist) { in lnet_parse_rc_info()790 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()
375 list_for_each_entry(rtr, &peer->lp_routes, in proc_lnet_routers()
473 struct list_head lp_routes; /* routers on this peer */ member