Home
last modified time | relevance | path

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

/linux/include/net/
H A Drtnh.h8 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok() function
/linux/net/core/
H A Dlwtunnel.c191 while (rtnh_ok(rtnh, remaining)) { in lwtunnel_valid_encap_type_attr()
/linux/net/mpls/
H A Daf_mpls.c878 while (rtnh_ok(rtnh, remaining)) { in mpls_count_nexthops()
935 if (!rtnh_ok(rtnh, remaining)) in mpls_nh_build_multi()
/linux/net/ipv6/
H A Droute.c5139 if (!rtnh_ok(rtnh, remaining)) { in rtm_to_fib6_multipath_config()
5171 } while (rtnh_ok(rtnh, remaining)); in rtm_to_fib6_multipath_config()
5445 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_add()
5601 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_del()
/linux/net/ipv4/
H A Dipmr.c2846 while (rtnh_ok(rtnh, remaining)) { in ipmr_nla_get_ttls()