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, Sep 23, 2:32 PM
Unknown Object (File)
Mon, Sep 23, 2:32 PM
Unknown Object (File)
Mon, Sep 23, 2:32 PM
Unknown Object (File)
Mon, Sep 23, 2:32 PM
Unknown Object (File)
Sun, Sep 22, 11:42 PM
Unknown Object (File)
Thu, Sep 19, 7:40 AM
Unknown Object (File)
Thu, Sep 5, 10:34 AM
Unknown Object (File)
Thu, Sep 5, 12:28 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