Home
last modified time | relevance | path

Searched refs:tnexthop (Results 1 – 7 of 7) sorted by relevance

/dports/net/quagga/quagga-1.2.4/zebra/
H A Drib.h246 #define ALL_NEXTHOPS_RO(head, nexthop, tnexthop, recursing) \ argument
247 (tnexthop) = (nexthop) = (head), (recursing) = 0; \
252 : ((tnexthop) = (nexthop)->next)) \
253 : (((recursing) = 0),((tnexthop) = (tnexthop)->next)))
H A Drt_socket.c76 struct nexthop *nexthop, *tnexthop; in kernel_rtm_ipv4() local
102 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in kernel_rtm_ipv4()
252 struct nexthop *nexthop, *tnexthop; in kernel_rtm_ipv6() local
275 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in kernel_rtm_ipv6()
H A Dzebra_rib.c697 struct nexthop *nexthop, *tnexthop; in rib_lookup_ipv4() local
728 for (ALL_NEXTHOPS_RO(match->nexthop, nexthop, tnexthop, recursing)) in rib_lookup_ipv4()
754 struct nexthop *nexthop, *tnexthop; in rib_lookup_ipv4_route() local
791 for (ALL_NEXTHOPS_RO(match->nexthop, nexthop, tnexthop, recursing)) in rib_lookup_ipv4_route()
1038 struct nexthop *nexthop, *tnexthop; in rib_update_kernel() local
1064 for (ALL_NEXTHOPS_RO(new->nexthop, nexthop, tnexthop, recursing)) in rib_update_kernel()
1207 struct nexthop *nexthop = NULL, *tnexthop; in rib_process() local
1810 struct nexthop *nexthop, *tnexthop; in _rib_dump() local
1842 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in _rib_dump()
1994 struct nexthop *nexthop, *tnexthop; in rib_delete_ipv4() local
[all …]
H A Dzebra_fpm_protobuf.c149 struct nexthop *nexthop, *tnexthop; in create_add_route_message() local
199 for (ALL_NEXTHOPS_RO (rib->nexthop, nexthop, tnexthop, recursing)) in create_add_route_message()
H A Dzebra_fpm_netlink.c238 struct nexthop *nexthop, *tnexthop; in netlink_route_info_fill() local
293 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in netlink_route_info_fill()
H A Drt_netlink.c1679 struct nexthop *nexthop = NULL, *tnexthop; in netlink_route_multipath() local
1750 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in netlink_route_multipath()
1765 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in netlink_route_multipath()
1785 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in netlink_route_multipath()
1822 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in netlink_route_multipath()
H A Dzebra_vty.c2079 struct nexthop *nexthop, *tnexthop; in vty_show_ip_route_detail() local
2149 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in vty_show_ip_route_detail()
2232 struct nexthop *nexthop, *tnexthop; in vty_show_ip_route() local
2238 for (ALL_NEXTHOPS_RO(rib->nexthop, nexthop, tnexthop, recursing)) in vty_show_ip_route()