freebsd-dev/sys/net/route
Alexander V. Chernikov 8c61eb2107 Convert more rtentry field accesses into nhop fields accesses.
Continue routing subsystem conversion to nhop objects defined in r359823.
Use fields from nhop structure instead of "struct rtentry" fields.
This is one of the last changes prior to removing rt_ifp, rt_ifa,
 rt_gateway and rt_mtu from struct rtentry.

Differential Revision:	https://reviews.freebsd.org/D24609
2020-04-29 21:54:09 +00:00
..
nhop_ctl.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
nhop_utils.c
nhop_utils.h
nhop_var.h
nhop.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
nhop.h
route_ctl.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
route_ddb.c Convert more rtentry field accesses into nhop fields accesses. 2020-04-29 21:54:09 +00:00
route_helpers.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
route_temporal.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
route_var.h Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
shared.h