Page MenuHomeFreeBSD

infiniband: Convert BPF handling for IfAPI
ClosedPublic

Authored by jhibbits on Mar 11 2023, 4:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 13 2026, 8:28 PM
Unknown Object (File)
Jun 13 2026, 10:21 AM
Unknown Object (File)
Jun 12 2026, 1:42 PM
Unknown Object (File)
May 19 2026, 1:28 AM
Unknown Object (File)
May 17 2026, 12:29 AM
Unknown Object (File)
May 17 2026, 12:29 AM
Unknown Object (File)
May 17 2026, 12:25 AM
Unknown Object (File)
May 17 2026, 12:25 AM
Subscribers

Details

Summary

All callers of infiniband_bpf_mtap() call it through the wrapper macro,
which checks the if_bpf member explicitly. Since this is getting
hidden, move this check into the internal function and remove the
wrapper macro.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable