MSGF_DROPABLE
KASSERT((msg->ms_flags & MSGF_DROPABLE) == 0,
KASSERT((msg->ms_flags & MSGF_DROPABLE) == 0,
KASSERT((msg->ms_flags & MSGF_DROPABLE) == 0,
MSGF_DROPABLE | MSGF_PRIORITY,
MSGF_DROPABLE, bridge_timer_handler);
MSGF_DROPABLE, bstp_tick_handler);
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_state_expire_dispatch);
MSGF_DROPABLE, ipfw_state_expire_more_dispatch);
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_track_expire_dispatch);
MSGF_DROPABLE, ipfw_track_expire_more_dispatch);
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_keepalive_dispatch);
MSGF_DROPABLE, ipfw_keepalive_more_dispatch);
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_xlat_reap_dispatch);
MSGF_PRIORITY | MSGF_DROPABLE, ipfw_crossref_reap_dispatch);
MSGF_DROPABLE | MSGF_PRIORITY, carp_send_ad_timeout_dispatch);
MSGF_DROPABLE | MSGF_PRIORITY, carp_master_down_timeout_dispatch);
netmsg_init(tp->tt_sndmore, NULL, &netisr_adone_rport, MSGF_DROPABLE,
MSGF_DROPABLE | MSGF_PRIORITY, tcp_timer_handler);
MSGF_PRIORITY | MSGF_DROPABLE, expire_upcalls_dispatch);
MSGF_DROPABLE | MSGF_PRIORITY, nd6_dad_timer_handler);
KKASSERT(msg->ms_flags & MSGF_DROPABLE);