|
Description
|
IP currently creates a NIC event and attaches it to an ill_t using ill_hook_event_create(). At a later time, ill_nic_info_dispatch() is called to spawn a taskq that dispatches this event.
There is no need for these two separate functions. The taskq could be spawned in what is now ill_hook_event_create() to reduce code complexity.
|