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)
Mon, Sep 23, 12:15 AM
Unknown Object (File)
Sat, Sep 21, 6:29 AM
Unknown Object (File)
Mon, Sep 9, 8:47 PM
Unknown Object (File)
Sun, Sep 8, 8:52 AM
Unknown Object (File)
Aug 23 2024, 2:36 AM
Unknown Object (File)
Aug 19 2024, 12:39 AM
Unknown Object (File)
Aug 17 2024, 12:58 AM
Unknown Object (File)
Aug 14 2024, 1:23 PM
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.