freebsd-dev/sys/net/route
Justin Hibbits 2c2b37ad25 ifnet/API: Move struct ifnet definition to a <net/if_private.h>
Hide the ifnet structure definition, no user serviceable parts inside,
it's a netstack implementation detail.  Include it temporarily in
<net/if_var.h> until all drivers are updated to use the accessors
exclusively.

Reviewed by:	glebius
Sponsored by:	Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D38046
2023-01-24 14:36:30 -05:00
..
fib_algo.c routing: Use NET_EPOCH_[CALL|WAIT] macros 2022-12-21 09:33:31 +08:00
fib_algo.h
nhgrp_ctl.c ifnet/API: Move struct ifnet definition to a <net/if_private.h> 2023-01-24 14:36:30 -05:00
nhgrp_var.h
nhgrp.c
nhop_ctl.c ifnet/API: Move struct ifnet definition to a <net/if_private.h> 2023-01-24 14:36:30 -05:00
nhop_utils.c
nhop_utils.h
nhop_var.h
nhop.c routing: Use NET_EPOCH_[CALL|WAIT] macros 2022-12-21 09:33:31 +08:00
nhop.h
route_ctl.c ifnet/API: Move struct ifnet definition to a <net/if_private.h> 2023-01-24 14:36:30 -05:00
route_ctl.h
route_ddb.c ifnet/API: Move struct ifnet definition to a <net/if_private.h> 2023-01-24 14:36:30 -05:00
route_debug.h
route_helpers.c
route_ifaddrs.c ifnet/API: Move struct ifnet definition to a <net/if_private.h> 2023-01-24 14:36:30 -05:00
route_rtentry.c ifnet/API: Move struct ifnet definition to a <net/if_private.h> 2023-01-24 14:36:30 -05:00
route_subscription.c routing: Use NET_EPOCH_[CALL|WAIT] macros 2022-12-21 09:33:31 +08:00
route_tables.c routing: Use NET_EPOCH_[CALL|WAIT] macros 2022-12-21 09:33:31 +08:00
route_temporal.c
route_var.h