Home
last modified time | relevance | path

Searched refs:compare_keys (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/decnet/
Ddn_route.c290 static inline int compare_keys(struct flowidn *fl1, struct flowidn *fl2) in compare_keys() function
311 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route()
/linux-3.4.99/net/ipv4/
Droute.c736 static inline int compare_keys(struct rtable *rt1, struct rtable *rt2) in compare_keys() function
1204 if (compare_keys(rth, rt) && compare_netns(rth, rt)) { in rt_intern_hash()