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
F133008555: D45509.diff
Wed, Oct 22, 12:46 AM
Unknown Object (File)
Thu, Oct 16, 11:28 PM
Unknown Object (File)
Mon, Oct 13, 10:28 AM
Unknown Object (File)
Sep 19 2025, 1:10 AM
Unknown Object (File)
Sep 16 2025, 4:37 AM
Unknown Object (File)
Sep 6 2025, 9:50 PM
Unknown Object (File)
Sep 5 2025, 4:09 AM
Unknown Object (File)
Sep 4 2025, 2:19 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