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)
Mon, Oct 13, 10:28 AM
Unknown Object (File)
Fri, Sep 19, 1:10 AM
Unknown Object (File)
Tue, Sep 16, 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
Unknown Object (File)
Sep 4 2025, 3:57 AM
Unknown Object (File)
Aug 19 2025, 2:01 AM

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