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)
Oct 14 2024, 6:32 AM
Unknown Object (File)
Oct 5 2024, 12:57 PM
Unknown Object (File)
Oct 3 2024, 7:19 PM
Unknown Object (File)
Oct 3 2024, 5:18 PM
Unknown Object (File)
Oct 2 2024, 6:37 PM
Unknown Object (File)
Oct 2 2024, 4:25 AM
Unknown Object (File)
Sep 30 2024, 8:10 AM
Unknown Object (File)
Sep 27 2024, 8:38 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