freebsd-skq/sys/contrib/pf
csjp 1ea7d0d666 Revert to the old behavior of allocating table/table entries using
M_NOWAIT.  Currently, the code allows for sleeping in the ioctl path
to guarantee allocation.  However code also handles ENOMEM gracefully, so
propagate this error back to user-space, rather than sleeping while
holding the global pf mutex.

Reviewed by:	glebius
Discussed with:	bz
2012-01-14 22:51:34 +00:00
..
net Revert to the old behavior of allocating table/table entries using 2012-01-14 22:51:34 +00:00
netinet Ignore the return value of ADDCARRY(). 2010-10-13 17:16:08 +00:00