Lines Matching defs:rnh
504 struct radix_node_head *rnh;
555 if ((rnh = nep->ne_rtable[i]) == 0) {
567 if ((rnh = nep->ne_rtable[i]) == 0) {
573 enp = (struct netcred *)(*rnh->rnh_addaddr)(saddr, smask, rnh,
577 enp = (struct netcred *)(*rnh->rnh_lookup)(saddr,
578 smask, rnh);
650 struct radix_node_head *rnh = (struct radix_node_head *)w;
653 (*rnh->rnh_deladdr)(rn->rn_key, rn->rn_mask, rnh);
668 struct radix_node_head *rnh;
678 if ((rnh = ne->ne_rtable[i]) != NULL) {
679 rn_walktree(rnh, free_netcred, rnh);
680 free(rnh, M_RTABLE);
818 struct radix_node_head *rnh;
831 rnh = ne->ne_rtable[saddr->sa_family];
832 if (rnh != NULL) {
834 (*rnh->rnh_matchaddr)((void *)saddr,
835 rnh);