On creating the pflog(4) interface, pflog_clone_create() does an
unconditional bpfattach(). Use bpf_peers_present() which was introduced
in commit 16d878cc99ef [1] to check the presence of bpf peers.
This will save a little CPU cycles. There should be no functional
change.
- 16d878cc99ef Fix the following bpf(4) race condition which can result in a panic
MFC after: 1 week