Page MenuHomeFreeBSD

bpf: Make bpf_peers_present a boolean inline function
ClosedPublic

Authored by zlei on Jun 6 2024, 3:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 21, 8:53 PM
Unknown Object (File)
Fri, Jun 12, 2:37 AM
Unknown Object (File)
May 22 2026, 8:54 AM
Unknown Object (File)
May 20 2026, 12:55 PM
Unknown Object (File)
May 18 2026, 9:55 PM
Unknown Object (File)
May 17 2026, 7:10 AM
Unknown Object (File)
May 14 2026, 5:09 PM
Unknown Object (File)
May 11 2026, 4:32 PM

Details

Summary

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.

  1. 16d878cc99ef Fix the following bpf(4) race condition which can result in a panic

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable