freebsd-dev/sys/net/route
Alexander V. Chernikov 7511a63825 Refactor rib iterator functions.
* Make rib_walk() order of arguments consistent with the rest of RIB api
* Add rib_walk_ext() allowing to exec callback before/after iteration.
* Rename rt_foreach_fib_walk_del -> rib_foreach_table_walk_del
* Rename rt_forach_fib_walk -> rib_foreach_table_walk
* Move rib_foreach_table_walk{_del} to route/route_helpers.c
* Slightly refactor rib_foreach_table_walk{_del} to make the implementation
 consistent and prepare for upcoming iterator optimizations.

Differential Revision:	https://reviews.freebsd.org/D27219
2020-11-22 20:21:10 +00:00
..
mpath_ctl.c Implement flowid calculation for outbound connections to balance 2020-10-18 17:15:47 +00:00
nhgrp_ctl.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhgrp_var.h Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhgrp.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhop_ctl.c Fix route flags update during RTM_CHANGE. 2020-10-04 13:24:58 +00:00
nhop_utils.c Remove unused nhop_ref_any() function. 2020-09-20 21:32:52 +00:00
nhop_utils.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop_var.h Fix route flags update during RTM_CHANGE. 2020-10-04 13:24:58 +00:00
nhop.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhop.h Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
route_ctl.c Refactor rib iterator functions. 2020-11-22 20:21:10 +00:00
route_ctl.h Refactor rib iterator functions. 2020-11-22 20:21:10 +00:00
route_ddb.c Rename rt_flags to rte_flags && reduce number of rt_nhop accesses. 2020-08-22 19:30:56 +00:00
route_helpers.c Refactor rib iterator functions. 2020-11-22 20:21:10 +00:00
route_ifaddrs.c Switch net.add_addr_allfibs default to 0. 2020-11-08 18:27:49 +00:00
route_tables.c Switch net.add_addr_allfibs default to 0. 2020-11-08 18:27:49 +00:00
route_temporal.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_var.h Implement flowid calculation for outbound connections to balance 2020-10-18 17:15:47 +00:00