rt_gettable       286 net/route.c    	rnh = rt_gettable(dst->sa_family, 0);
rt_gettable       340 net/route.c    	rnh = rt_gettable(dst->sa_family, tableid);
rt_gettable       737 net/route.c    	if ((rnh = rt_gettable(info->rti_info[RTAX_DST]->sa_family, tableid)) ==
rt_gettable      1251 net/route.c    	if ((rnh = rt_gettable(dst->sa_family, tableid)) == NULL)
rt_gettable      1374 net/route.c    		if ((rnh = rt_gettable(i, 0)) != NULL)
rt_gettable       367 net/route.h    struct radix_node_head	*rt_gettable(sa_family_t, u_int);
rt_gettable       280 net/rtsock.c   		if ((rnh = rt_gettable(dst->sa_family, tableid)) == NULL) {
rt_gettable       950 net/rtsock.c   			if ((rnh = rt_gettable(i, tableid)) != NULL &&
rt_gettable      1100 netinet/if_ether.c 	rnh = rt_gettable(AF_INET, 0);
rt_gettable       409 netinet/ip_carp.c 			rnh = rt_gettable(ifa->ifa_addr->sa_family, 0);
rt_gettable      1785 netinet6/nd6_rtr.c 	struct radix_node_head *rnh = rt_gettable(AF_INET6, 0);