Symbol: MSGF_DROPABLE
sys/kern/lwkt_msgport.c
1129
KASSERT((msg->ms_flags & MSGF_DROPABLE) == 0,
sys/kern/lwkt_msgport.c
774
KASSERT((msg->ms_flags & MSGF_DROPABLE) == 0,
sys/kern/lwkt_msgport.c
928
KASSERT((msg->ms_flags & MSGF_DROPABLE) == 0,
sys/kern/uipc_socket.c
191
MSGF_DROPABLE | MSGF_PRIORITY,
sys/net/bridge/if_bridge.c
731
MSGF_DROPABLE, bridge_timer_handler);
sys/net/bridge/if_bridge.c
736
MSGF_DROPABLE, bstp_tick_handler);
sys/net/ipfw/ip_fw2.c
7233
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_state_expire_dispatch);
sys/net/ipfw/ip_fw2.c
7236
MSGF_DROPABLE, ipfw_state_expire_more_dispatch);
sys/net/ipfw/ip_fw2.c
7240
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_track_expire_dispatch);
sys/net/ipfw/ip_fw2.c
7242
MSGF_DROPABLE, ipfw_track_expire_more_dispatch);
sys/net/ipfw/ip_fw2.c
7246
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_keepalive_dispatch);
sys/net/ipfw/ip_fw2.c
7249
MSGF_DROPABLE, ipfw_keepalive_more_dispatch);
sys/net/ipfw/ip_fw2.c
7253
MSGF_DROPABLE | MSGF_PRIORITY, ipfw_xlat_reap_dispatch);
sys/net/ipfw/ip_fw2.c
7383
MSGF_PRIORITY | MSGF_DROPABLE, ipfw_crossref_reap_dispatch);
sys/netinet/ip_carp.c
643
MSGF_DROPABLE | MSGF_PRIORITY, carp_send_ad_timeout_dispatch);
sys/netinet/ip_carp.c
649
MSGF_DROPABLE | MSGF_PRIORITY, carp_master_down_timeout_dispatch);
sys/netinet/tcp_output.c
1465
netmsg_init(tp->tt_sndmore, NULL, &netisr_adone_rport, MSGF_DROPABLE,
sys/netinet/tcp_timer.c
737
MSGF_DROPABLE | MSGF_PRIORITY, tcp_timer_handler);
sys/netinet6/ip6_mroute.c
446
MSGF_PRIORITY | MSGF_DROPABLE, expire_upcalls_dispatch);
sys/netinet6/nd6_nbr.c
1219
MSGF_DROPABLE | MSGF_PRIORITY, nd6_dad_timer_handler);
sys/sys/msgport2.h
103
KKASSERT(msg->ms_flags & MSGF_DROPABLE);