Gleb Smirnoff 7b40b00fad ifnet: merge ifindex_alloc(), ifnet_setbyindex(), if_grow() and call magic
Now it is possible to just merge all this complexity into single
linear function.  Note that IFNET_WLOCK() is a sleepable lock, so
we can M_WAITOK and epoch_wait_preempt().

Reviewed by:		melifaro, bz, kp
Differential revision:	https://reviews.freebsd.org/D33262
2021-12-06 09:32:31 -08:00
..
2021-12-06 10:39:08 -05:00
2021-12-05 23:00:01 -07:00
2021-11-29 22:04:58 +00:00
2021-12-03 23:40:24 -07:00
2021-12-06 10:39:08 -05:00
2021-12-05 15:33:04 -07:00
2021-12-06 11:28:03 +01:00