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
F115803779: D45509.diff
Mon, Apr 28, 9:34 PM
Unknown Object (File)
Sat, Apr 12, 2:42 PM
Unknown Object (File)
Sun, Apr 6, 1:02 PM
Unknown Object (File)
Sat, Apr 5, 1:15 AM
Unknown Object (File)
Mar 18 2025, 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

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