M_NOWAIT to mostly M_INTWAIT conversions, with a splattering of
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 22 Apr 2004 04:35:45 +0000 (04:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 22 Apr 2004 04:35:45 +0000 (04:35 +0000)
commitba4e3dbeb6d69e701232833facef45f419aa3cb6
tree57cce95864240a13de382231be1185bbf4954b1d
parent21a9b6a9f529a82fda65243ee342c6def096decc
M_NOWAIT to mostly M_INTWAIT conversions, with a splattering of
M_NULLOK to prevent exhaustion attacks from crashing the system.

Note in patricular that the MALLOC tseg_qent for the tcp reassembly
queue went from M_NOWAIT to M_INTWAIT | M_NULLOK.
sys/netinet/igmp.c
sys/netinet/in.c
sys/netinet/in_pcb.c
sys/netinet/ip_encap.c
sys/netinet/ip_flow.c
sys/netinet/tcp_input.c
sys/netinet/tcp_syncache.c