Searched refs:rtnh_ok (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/include/net/ |
D | rtnh.h | 8 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok() function
|
/Linux-v5.15/net/core/ |
D | lwtunnel.c | 193 while (rtnh_ok(rtnh, remaining)) { in lwtunnel_valid_encap_type_attr()
|
/Linux-v5.15/net/decnet/ |
D | dn_fib.c | 154 while (rtnh_ok(nhp, nhlen)) { in dn_fib_count_nhs() 172 if (!rtnh_ok(nhp, nhlen)) in dn_fib_get_nhs()
|
/Linux-v5.15/net/ipv4/ |
D | fib_semantics.c | 650 while (rtnh_ok(rtnh, remaining)) { in fib_count_nexthops() 680 if (!rtnh_ok(rtnh, remaining)) { in fib_get_nhs() 896 if (!rtnh_ok(rtnh, remaining)) in fib_nh_match()
|
D | ipmr.c | 2627 while (rtnh_ok(rtnh, remaining)) { in ipmr_nla_get_ttls()
|
/Linux-v5.15/net/mpls/ |
D | af_mpls.c | 845 while (rtnh_ok(rtnh, remaining)) { in mpls_count_nexthops() 901 if (!rtnh_ok(rtnh, remaining)) in mpls_nh_build_multi()
|
/Linux-v5.15/net/ipv6/ |
D | route.c | 5237 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_add() 5407 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_del()
|