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
F98230093: D45509.diff
Wed, Oct 2, 6:37 PM
Unknown Object (File)
Wed, Oct 2, 4:25 AM
Unknown Object (File)
Mon, Sep 30, 8:10 AM
Unknown Object (File)
Fri, Sep 27, 8:38 AM
Unknown Object (File)
Wed, Sep 25, 9:29 AM
Unknown Object (File)
Tue, Sep 24, 4:32 AM
Unknown Object (File)
Fri, Sep 20, 6:23 PM
Unknown Object (File)
Tue, Sep 17, 5:41 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 Skipped
Unit
Tests Skipped