Page MenuHomeFreeBSD

ipsec_output(): add outcoming ifp argument
ClosedPublic

Authored by kib on Mar 5 2024, 11:23 AM.
Tags
None
Referenced Files
F97803549: D44223.id140815.diff
Tue, Oct 1, 8:26 AM
Unknown Object (File)
Mon, Sep 30, 8:41 PM
Unknown Object (File)
Fri, Sep 27, 12:51 AM
Unknown Object (File)
Sun, Sep 22, 11:08 PM
Unknown Object (File)
Wed, Sep 18, 1:02 PM
Unknown Object (File)
Wed, Sep 18, 10:06 AM
Unknown Object (File)
Thu, Sep 12, 1:11 AM
Unknown Object (File)
Sun, Sep 8, 3:55 PM

Details

Summary
The information about the interface is needed to coordinate inline
offloading of IPSEC processing with corresponding driver.

Sponsored by:   NVIDIA networking

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kib requested review of this revision.Mar 5 2024, 11:23 AM
ae requested changes to this revision.May 20 2024, 1:08 PM
ae added inline comments.
sys/netinet6/ip6_output.c
466

I think ifp argument is uninitialized here.

This revision now requires changes to proceed.May 20 2024, 1:08 PM
sys/netinet6/ip6_output.c
466

This revision depends on D44225

This revision was not accepted when it landed; it landed in state Needs Revision.Jul 12 2024, 11:25 AM
This revision was automatically updated to reflect the committed changes.