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)
Mon, Nov 4, 9:03 PM
Unknown Object (File)
Oct 1 2024, 7:06 AM
Unknown Object (File)
Sep 29 2024, 5:56 PM
Unknown Object (File)
Sep 28 2024, 6:32 AM
Unknown Object (File)
Sep 25 2024, 2:55 AM
Unknown Object (File)
Sep 23 2024, 2:32 PM
Unknown Object (File)
Sep 23 2024, 2:32 PM
Unknown Object (File)
Sep 23 2024, 2:32 PM
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