Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}tach()
authorkn <kn@openbsd.org>
Wed, 23 Nov 2022 14:50:59 +0000 (14:50 +0000)
committerkn <kn@openbsd.org>
Wed, 23 Nov 2022 14:50:59 +0000 (14:50 +0000)
commit2d32fa7951ab90cbb391c7602cbc52baf8dcefbf
tree2f60496dbcc41b0e753bdf0d13dc1282c1e13684
parentac40cb1679d5bdab31c9a4eb014fe9a6985092db
Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}tach()

Both made obsolete through struct ifnet's previous *if_nd addition.

IPv6 Neighbour Discovery handles per-interface data directly, nothing
else uses this generic domain API anymore.

Outside of _KERNEL, but nothing in base uses them, either.

OK bluhm mvs claudio
regress/sys/net/rtable/util.c
sys/net/if.c
sys/net/if_var.h
sys/sys/domain.h