Page MenuHomeFreeBSD

ipsec_output(): add outcoming ifp argument
ClosedPublic

Authored by kib on Mar 5 2024, 11:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 6:01 AM
Unknown Object (File)
Tue, Oct 22, 7:44 AM
Unknown Object (File)
Tue, Oct 22, 3:56 AM
Unknown Object (File)
Mon, Oct 21, 11:21 PM
Unknown Object (File)
Mon, Oct 21, 7:21 AM
Unknown Object (File)
Mon, Oct 21, 4:58 AM
Unknown Object (File)
Oct 2 2024, 10:33 AM
Unknown Object (File)
Oct 2 2024, 10:27 AM

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 Not Applicable
Unit
Tests Not Applicable

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
465

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
465

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.