Searched refs:rh_src (Results 1 – 4 of 4) sorted by relevance
207 struct rib_head *rh_src = new_rt_tables[i * (AF_MAX + 1) + rh->rib_family]; in populate_kernel_routes() local 208 if ((rh_src != NULL) && (rh_src != rh)) in populate_kernel_routes() 209 rib_copy_kernel_routes(rh_src, rh); in populate_kernel_routes()
230 rib_copy_kernel_routes(struct rib_head *rh_src, struct rib_head *rh_dst) in rib_copy_kernel_routes() argument238 rib_walk_ext_internal(rh_src, false, pick_kernel_route, NULL, rh_dst); in rib_copy_kernel_routes()
244 void rib_copy_kernel_routes(struct rib_head *rh_src, struct rib_head *rh_dst);
205 etheraddr rh_src; /* source id */ member651 GET_LE_U_2(cmp->cm_rhello.rh_src.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()