Searched refs:rnh (Results 1 – 1 of 1) sorted by relevance
1057 register struct radix_node_head *rnh; in rn_inithead() local1061 rnh = (struct radix_node_head *)calloc(1, sizeof(*rnh)); in rn_inithead()1062 if (rnh == NULL) in rn_inithead()1065 *head = rnh; in rn_inithead()1066 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()1067 ttt = rnh->rnh_nodes + 2; in rn_inithead()1075 rnh->rnh_addaddr = rn_addroute; in rn_inithead()1076 rnh->rnh_deladdr = rn_delete; in rn_inithead()1077 rnh->rnh_matchaddr = rn_match; in rn_inithead()1078 rnh->rnh_lookup = rn_lookup; in rn_inithead()[all …]