Page MenuHomeFreeBSD

inpcb: gather v4/v6 handling code into in_pcballoc() from protocols
ClosedPublic

Authored by glebius on Aug 7 2022, 7:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 10, 2:36 PM
Unknown Object (File)
Tue, Jun 9, 4:12 PM
Unknown Object (File)
Mon, May 25, 4:50 AM
Unknown Object (File)
Fri, May 22, 7:34 PM
Unknown Object (File)
Thu, May 21, 5:20 AM
Unknown Object (File)
Thu, May 21, 1:19 AM
Unknown Object (File)
Wed, May 20, 8:56 PM
Unknown Object (File)
Wed, May 20, 7:32 AM
Subscribers

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 8 2022, 5:40 PM
sys/netinet/in_pcb.c
643

Will this affect raw IPv6 sockets? I think someone should write regression tests with V4 mapped V6 addresses for that...

sys/netinet/in_pcb.c
643

Will this affect raw IPv6 sockets? I think someone should write regression tests with V4 mapped V6 addresses for that...

Why should it? Raw sockets do not check these flags.