Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-nexthop.c127 static int nexthop_compare_func(const NextHop *a, const NextHop *b) { in nexthop_compare_func() function
156 nexthop_compare_func,
166 return nexthop_compare_func(a, b) == 0; in nexthop_equal()
606 nexthop_compare_func, in link_request_nexthop()