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)
Thu, May 14, 5:09 PM
Unknown Object (File)
Mon, May 11, 4:32 PM
Unknown Object (File)
Mon, May 11, 1:58 AM
Unknown Object (File)
Mon, May 11, 1:47 AM
Unknown Object (File)
Sun, May 10, 10:42 AM
Unknown Object (File)
Thu, May 7, 10:32 PM
Unknown Object (File)
Sun, Apr 19, 4:15 PM
Unknown Object (File)
Apr 11 2026, 9:52 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