Home
last modified time | relevance | path

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

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