Searched defs:rthash (Results 1 – 2 of 2) sorted by relevance
44 struct rthash { struct45 struct rt_entry *rt_forw;46 struct rt_entry *rt_back;
127 rthash(struct in6_addr *dst, int prefix_length) in rthash() function