Searched refs:rtnh_next (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/net/ |
D | rtnh.h | 15 static inline struct rtnexthop *rtnh_next(const struct rtnexthop *rtnh, in rtnh_next() function
|
/Linux-v6.6/net/core/ |
D | lwtunnel.c | 214 rtnh = rtnh_next(rtnh, &remaining); in lwtunnel_valid_encap_type_attr()
|
/Linux-v6.6/net/ipv4/ |
D | fib_semantics.c | 664 rtnh = rtnh_next(rtnh, &remaining); in fib_count_nexthops() 768 rtnh = rtnh_next(rtnh, &remaining); in fib_get_nhs() 1004 rtnh = rtnh_next(rtnh, &remaining); in fib_nh_match()
|
D | ipmr.c | 2648 rtnh = rtnh_next(rtnh, &remaining); in ipmr_nla_get_ttls()
|
/Linux-v6.6/net/mpls/ |
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-v6.6/net/ipv6/ |
D | route.c | 5312 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_add() 5464 rtnh = rtnh_next(rtnh, &remaining); in ip6_route_multipath_del()
|