Home
last modified time | relevance | path

Searched refs:lp_routes (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c213 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()
Dpeer.c254 INIT_LIST_HEAD(&lp->lp_routes); in lnet_nid2peer_locked()
Drouter_proc.c375 list_for_each_entry(rtr, &peer->lp_routes, in proc_lnet_routers()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h473 struct list_head lp_routes; /* routers on this peer */ member