freebsd-nq/sys/net/route
Alexander V. Chernikov 2259a03020 Rework part of routing code to reduce difference to D26449.
* Split rt_setmetrics into get_info_weight() and rt_set_expire_info(),
 as these two can be applied at different entities and at different times.
* Start filling route weight in route change notifications
* Pass flowid to UDP/raw IP route lookups
* Rework nd6_subscription_cb() and sysctl_dumpentry() to prepare for the fact
 that rtentry can contain multiple nexthops.

Differential Revision:	https://reviews.freebsd.org/D26497
2020-09-21 20:02:26 +00:00
..
nhop_ctl.c Remove unused nhop_ref_any() function. 2020-09-20 21:32:52 +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 net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_ctl.c Rework part of routing code to reduce difference to D26449. 2020-09-21 20:02:26 +00:00
route_ctl.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +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 net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_tables.c Retain marking net.fibs sysctl as a tunable. 2020-09-09 21:45:18 +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 Rework part of routing code to reduce difference to D26449. 2020-09-21 20:02:26 +00:00