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)
Tue, Mar 18, 9:47 PM
Unknown Object (File)
Feb 23 2025, 11:18 PM
Unknown Object (File)
Feb 22 2025, 2:23 PM
Unknown Object (File)
Feb 22 2025, 1:32 PM
Unknown Object (File)
Feb 11 2025, 1:03 AM
Unknown Object (File)
Feb 5 2025, 5:25 AM
Unknown Object (File)
Jan 29 2025, 7:28 AM
Unknown Object (File)
Jan 29 2025, 1:45 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