Searched refs:rtnh_ok (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| H A D | rtnh.h | 8 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok() function
|
| /linux/net/core/ |
| H A D | lwtunnel.c | 191 while (rtnh_ok(rtnh, remaining)) { in lwtunnel_valid_encap_type_attr()
|
| /linux/net/ipv4/ |
| H A D | fib_semantics.c | 684 while (rtnh_ok(rtnh, remaining)) { in fib_count_nexthops() 727 if (!rtnh_ok(rtnh, remaining)) { in fib_get_nhs() 962 if (!rtnh_ok(rtnh, remaining)) in fib_nh_match()
|
| H A D | ipmr.c | 2836 while (rtnh_ok(rtnh, remaining)) { in rtm_to_ipmr_mfcc()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 878 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 D | route.c | 5131 if (!rtnh_ok(rtnh, remaining)) { in rtm_to_fib6_multipath_config() 5163 } while (rtnh_ok(rtnh, remaining)); in rtm_to_fib6_multipath_config() 5437 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_add() 5593 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_del()
|