Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh252 local nh1="$3"
261 nexthop via ${nh1} nexthop via ${nh2}
351 local nh1="$4"
357 nexthop via ${nh1} nexthop via ${nh2}
/linux/include/net/
H A Dnexthop.h273 static inline bool nexthop_cmp(const struct nexthop *nh1, in nexthop_cmp() argument
276 return nh1 == nh2; in nexthop_cmp()