Introduce bpf_put() and bpf_get() instead of mixing macro and functions
authormpi <mpi@openbsd.org>
Mon, 15 Aug 2016 07:17:10 +0000 (07:17 +0000)
committermpi <mpi@openbsd.org>
Mon, 15 Aug 2016 07:17:10 +0000 (07:17 +0000)
commitcf0210ce4ee495ef894dce8f281899c369cfa952
tree8ccd402eb0083c38430dee3db565fb771dc4cc25
parentf24d7115a2dadecca59e6327e62adb825b38abca
Introduce bpf_put() and bpf_get() instead of mixing macro and functions
for the reference counting.

ok dlg@
sys/net/bpf.c