freebsd-dev/sys/net/route
Alexander V. Chernikov a82f62ec2d Remove refcounting from rtentry.
After making rtentry reclamation backed by epoch(9) in r361409, there is
 no reason in keeping reference counting code.

Differential Revision:	https://reviews.freebsd.org/D24867
2020-05-23 12:15:47 +00:00
..
nhop_ctl.c Use epoch(9) for rtentries to simplify control plane operations. 2020-05-23 10:21:02 +00:00
nhop_utils.c
nhop_utils.h
nhop_var.h Use epoch(9) for rtentries to simplify control plane operations. 2020-05-23 10:21:02 +00:00
nhop.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
nhop.h Use epoch(9) for rtentries to simplify control plane operations. 2020-05-23 10:21:02 +00:00
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 Kill trailing newline while I'm here... 2020-05-12 23:46:52 +00:00
route_helpers.c Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it. 2020-05-07 08:11:36 +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 Remove refcounting from rtentry. 2020-05-23 12:15:47 +00:00
shared.h