bpf: Make bpf_peers_present a boolean inline function
This function was introduced in commit [1] and is actually used as a
boolean function although it was not defined as so.
No functional change intended.
- 16d878cc99ef Fix the following bpf(4) race condition which can result in a panic
Reviewed by: markj, kp, network
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D45509
(cherry picked from commit 0dfd11abc4bd0dcb96a6d287cc4e52e8f59b64c1)
(cherry picked from commit 6ad2e347fcf8fa6aa9ebd84cfa4c71a1af90b4dd)