Searched refs:rtnh_next (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | rtnh.h | 15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next() function
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_fib.c | 157 nhp = rtnh_next(nhp, &nhlen); in dn_fib_count_nhs() 188 nhp = rtnh_next(nhp, &nhlen); in dn_fib_get_nhs()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | lwtunnel.c | 206 rtnh = rtnh_next(rtnh, &remaining); in lwtunnel_valid_encap_type_attr()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 661 rtnh = rtnh_next(rtnh, &remaining); in fib_count_nexthops() 765 rtnh = rtnh_next(rtnh, &remaining); in fib_get_nhs() 1001 rtnh = rtnh_next(rtnh, &remaining); in fib_nh_match()
|
| H A D | ipmr.c | 2633 rtnh = rtnh_next(rtnh, &remaining); in ipmr_nla_get_ttls()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 875 rtnh = rtnh_next(rtnh, &remaining); in mpls_count_nexthops() 925 rtnh = rtnh_next(rtnh, &remaining); in mpls_nh_build_multi()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 5175 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_add() 5327 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_del()
|