Searched refs:rtnh_ok (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | rtnh.h | 8 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) in rtnh_ok() function
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_fib.c | 155 while (rtnh_ok(nhp, nhlen)) { in dn_fib_count_nhs() 173 if (!rtnh_ok(nhp, nhlen)) in dn_fib_get_nhs()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | lwtunnel.c | 188 while (rtnh_ok(rtnh, remaining)) { in lwtunnel_valid_encap_type_attr()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 659 while (rtnh_ok(rtnh, remaining)) { in fib_count_nexthops() 702 if (!rtnh_ok(rtnh, remaining)) { in fib_get_nhs() 937 if (!rtnh_ok(rtnh, remaining)) in fib_nh_match()
|
| H A D | ipmr.c | 2629 while (rtnh_ok(rtnh, remaining)) { in ipmr_nla_get_ttls()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 843 while (rtnh_ok(rtnh, remaining)) { in mpls_count_nexthops() 899 if (!rtnh_ok(rtnh, remaining)) in mpls_nh_build_multi()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 5123 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_add() 5301 while (rtnh_ok(rtnh, remaining)) { in ip6_route_multipath_del()
|