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