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
F150538613: D45509.diff
Thu, Apr 2, 4:21 AM
Unknown Object (File)
Wed, Apr 1, 5:22 PM
Unknown Object (File)
Wed, Apr 1, 6:51 AM
Unknown Object (File)
Thu, Mar 12, 11:57 AM
Unknown Object (File)
Feb 22 2026, 4:41 AM
Unknown Object (File)
Feb 8 2026, 7:25 AM
Unknown Object (File)
Feb 8 2026, 5:04 AM
Unknown Object (File)
Jan 30 2026, 7:21 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