Home
last modified time | relevance | path

Searched refs:nexthop_cmp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/
Dnexthop.h116 static inline bool nexthop_cmp(const struct nexthop *nh1, in nexthop_cmp() function
Dip6_route.h300 return nexthop_cmp(a->nh, b->nh); in rt6_duplicate_nexthop()
/Linux-v5.4/net/ipv4/
Dfib_semantics.c287 return nexthop_cmp(fi->nh, ofi->nh) ? 0 : -1; in nh_comp()