Find the endpoint for an incoming packet also if the endpoint

comes from sctp_peeloff().

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-11-26 16:43:32 +00:00
parent 6e5bba4ae1
commit e3976bb8d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243564

View File

@ -1226,7 +1226,8 @@ sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote,
SCTP_TCB_UNLOCK(locked_tcb);
}
SCTP_INP_INFO_RLOCK();
if (inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
(inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
/*-
* Now either this guy is our listener or it's the
* connector. If it is the one that issued the connect, then