freebsd-dev/sys/net/route
2022-04-13 16:08:19 -07:00
..
fib_algo.c routing: Use the same index space for both nexthop and nexthop groups. 2021-10-08 07:58:55 +00:00
fib_algo.h Fib algo: extend KPI by allowing algo to set datapath pointers. 2021-04-18 16:12:12 +01:00
mpath_ctl.c Fix panic when trying to delete non-existent gateway in multipath route. 2021-05-07 20:41:31 +00:00
nhgrp_ctl.c net/route: Use __diagused for variables only used in KASSERT(). 2022-04-13 16:08:19 -07:00
nhgrp_var.h
nhgrp.c unlink_nhgrp: Remove write-only variable. 2022-04-06 16:45:27 -07:00
nhop_ctl.c net/route: Use __diagused for variables only used in KASSERT(). 2022-04-13 16:08:19 -07:00
nhop_utils.c
nhop_utils.h [multipath][nhops] Fix random crashes with high route churn rate. 2021-08-01 10:07:37 +00:00
nhop_var.h nhops: split nh_family into nh_upper_family and nh_neigh_family. 2021-12-29 21:03:19 +00:00
nhop.c nhop: hash ifnet pointer instead of if_index 2021-12-04 10:05:46 -08:00
nhop.h nhops: split nh_family into nh_upper_family and nh_neigh_family. 2021-12-29 21:03:19 +00:00
route_ctl.c change_mpath_route: Remove write-only nh variable. 2022-04-06 16:45:28 -07:00
route_ctl.h routing: Fix crashes with dpdk_lpm[46] algo. 2021-08-17 20:46:22 +00:00
route_ddb.c
route_debug.h routing: Add unified level-based logging support for the routing subsystem. 2021-12-29 21:30:18 +00:00
route_helpers.c routing: Fix newly-added rt_get_inet[6]_parent() api. 2021-08-30 21:10:37 +00:00
route_ifaddrs.c Make gcc happy by initializing error in rib_handle_ifaddr_info(). 2021-04-25 08:44:59 +00:00
route_tables.c [fib algo] Delay algo init at fib growth to to allow to reliably use rib KPI. 2021-04-27 22:10:08 +00:00
route_temporal.c
route_var.h [fib algo] Delay algo init at fib growth to to allow to reliably use rib KPI. 2021-04-27 22:10:08 +00:00