CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/12/20 02:57:10
Modified files: sys/netinet : tcp_subr.c Log message: No need for splsoftnet()/splx() dance around a pool_put() if the pool has IPL_SOFTNET as ipl. ok mikeb@, kettenis@