iflib_restart_event
static bool igc_if_needs_restart(if_ctx_t, enum iflib_restart_event);
igc_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
static bool em_if_needs_restart(if_ctx_t, enum iflib_restart_event);
em_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
static bool vmxnet3_if_needs_restart(if_ctx_t, enum iflib_restart_event);
vmxnet3_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
typedef bool ifdi_needs_restart_t(if_ctx_t _ctx, enum iflib_restart_event _event);
static __inline bool IFDI_NEEDS_RESTART(if_ctx_t _ctx, enum iflib_restart_event _event)
null_needs_restart_op(if_ctx_t _ctx __unused, enum iflib_restart_event _event __unused)