Lines Matching defs:rnh
1474 struct radix_node_head *rnh;
1516 if ((rnh = nep->ne_rtable_inet) == NULL) {
1522 rnh = nep->ne_rtable_inet;
1529 rn = rn_addroute(saddr, smask, rnh, np->netc_rnodes, 0);
1545 struct radix_node_head *rnh = (struct radix_node_head *)w;
1548 rn_delete(rn->rn_key, rn->rn_mask, rnh, NULL);
1559 struct radix_node_head *rnh;
1561 if ((rnh = nep->ne_rtable_inet) != NULL) {
1562 rn_walktree(rnh, vfs_free_netcred, rnh);
1563 free(rnh, M_RTABLE, sizeof(*rnh));
1595 struct radix_node_head *rnh;
1607 rnh = nep->ne_rtable_inet;
1610 rnh = NULL;
1613 if (rnh != NULL)
1614 np = (struct netcred *)rn_match(saddr, rnh);