Searched refs:rtnh_next (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | rtnh.h | 15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next() function
|
/linux/net/core/ |
H A D | lwtunnel.c | 214 rtnh = rtnh_next(rtnh, &remaining); in lwtunnel_valid_encap_type_attr()
|
/linux/net/ipv4/ |
H A D | fib_semantics.c | 642 rtnh = rtnh_next(rtnh, &remaining); in fib_count_nexthops() 746 rtnh = rtnh_next(rtnh, &remaining); in fib_get_nhs() 982 rtnh = rtnh_next(rtnh, &remaining); in fib_nh_match()
|
H A D | ipmr.c | 2679 rtnh = rtnh_next(rtnh, &remaining); in ipmr_nla_get_ttls()
|
/linux/net/mpls/ |
H A D | af_mpls.c | 878 rtnh = rtnh_next(rtnh, &remaining); in mpls_count_nexthops() 928 rtnh = rtnh_next(rtnh, &remaining); in mpls_nh_build_multi()
|
/linux/net/ipv6/ |
H A D | route.c | 5332 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_add() 5477 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_del()
|