pcb: Allow kmalloc(WAITOK) to return in in_pcballoc()
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 9 Jun 2013 02:45:48 +0000 (10:45 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 9 Jun 2013 02:45:48 +0000 (10:45 +0800)
commit0b405e3a3915510e95d5462f8be846bf275fef32
tree7b195d4f5b4c37dec13a7b4d3eb98245f0df3f6c
parent52efc13fea067fa87e999dfeaa51925482323493
pcb: Allow kmalloc(WAITOK) to return in in_pcballoc()

The PCB kmalloc limit could be exceeded on local netperf TCP_CC with the
default MSL; panic is obviously not wanted under this situation.
sys/netinet/in_pcb.c