Searched refs:rtnh_next (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| A D | rtnh.h | 15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next() function
|
| /linux/net/decnet/ |
| A D | dn_fib.c | 156 nhp = rtnh_next(nhp, &nhlen); in dn_fib_count_nhs() 187 nhp = rtnh_next(nhp, &nhlen); in dn_fib_get_nhs()
|
| /linux/net/core/ |
| A D | lwtunnel.c | 211 rtnh = rtnh_next(rtnh, &remaining); in lwtunnel_valid_encap_type_attr()
|
| /linux/net/ipv4/ |
| A D | fib_semantics.c | 652 rtnh = rtnh_next(rtnh, &remaining); in fib_count_nexthops() 756 rtnh = rtnh_next(rtnh, &remaining); in fib_get_nhs() 985 rtnh = rtnh_next(rtnh, &remaining); in fib_nh_match()
|
| A D | ipmr.c | 2631 rtnh = rtnh_next(rtnh, &remaining); in ipmr_nla_get_ttls()
|
| /linux/net/mpls/ |
| A D | af_mpls.c | 877 rtnh = rtnh_next(rtnh, &remaining); in mpls_count_nexthops() 927 rtnh = rtnh_next(rtnh, &remaining); in mpls_nh_build_multi()
|
| /linux/net/ipv6/ |
| A D | route.c | 5321 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_add() 5473 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_del()
|
Completed in 31 milliseconds