Searched refs:rtnh_next (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | rtnh.h | 15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next() function
|
| /Linux-v5.4/net/core/ |
| D | lwtunnel.c | 200 rtnh = rtnh_next(rtnh, &remaining); in lwtunnel_valid_encap_type_attr()
|
| /Linux-v5.4/net/decnet/ |
| 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()
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_semantics.c | 644 rtnh = rtnh_next(rtnh, &remaining); in fib_count_nexthops() 723 rtnh = rtnh_next(rtnh, &remaining); in fib_get_nhs() 940 rtnh = rtnh_next(rtnh, &remaining); in fib_nh_match()
|
| D | ipmr.c | 2654 rtnh = rtnh_next(rtnh, &remaining); in ipmr_nla_get_ttls()
|
| /Linux-v5.4/net/mpls/ |
| D | af_mpls.c | 876 rtnh = rtnh_next(rtnh, &remaining); in mpls_count_nexthops() 926 rtnh = rtnh_next(rtnh, &remaining); in mpls_nh_build_multi()
|
| /Linux-v5.4/net/ipv6/ |
| D | route.c | 5097 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_add() 5224 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_del()
|