HomeFreeBSD

inpcb: inline in_pcbconnect_setup() into in_pcbconnect()

Description

inpcb: inline in_pcbconnect_setup() into in_pcbconnect()

The separation had been done back in 5200e00e7266 for the purposes of
removing a true temporary connect of an unconnected UDP socket that does
sendto(2) in 90162a4e87f0. Now, with 69c05f428714 in place, the
separation is no longer needed. There should be no functional change.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D49142

Details

Provenance
glebiusAuthored on Fri, Mar 7, 6:57 AM
Reviewer
markj
Differential Revision
D49142: inpcb: inline in_pcbconnect_setup() into in_pcbconnect()
Parents
rGe92a78ad7a77: tcp: return EOPNOTSUPP on attempt to connect(2) a listening socket
Branches
Unknown
Tags
Unknown