Improve upon r309394
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 10 Dec 2016 03:31:38 +0000 (03:31 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 10 Dec 2016 03:31:38 +0000 (03:31 +0000)
commitaa8c6a6dcad846925a8e928acf6e271d7ffb349b
tree5144b54bda374e677ac3a48a52c245ce5b9ecb82
parentf99a51727231356c565441678666ad87a82a56ac
Improve upon r309394

Instead of taking an extra reference to deal with pfsync_q_ins()
and pfsync_q_del() taken and dropping a reference (resp,) make
it optional of those functions to take or drop a reference by
passing an extra argument.

Submitted by: glebius@
sys/netpfil/pf/if_pfsync.c