Lines Matching refs:sctp_flags
111 if (((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) == 0) ||
554 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
555 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
652 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
653 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
654 stcb->sctp_ep->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED;
1177 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1178 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
1179 (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING))) {
1186 stcb->sctp_ep->sctp_flags |=
1201 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
1260 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
1301 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1302 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
1303 !(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
1304 stcb->sctp_ep->sctp_flags |=
1614 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1615 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
1616 !(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
1626 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
1629 } else if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
1630 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING)) {
1644 (inp->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
2067 if ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
2069 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) {
2106 inp->sctp_flags = (SCTP_PCB_FLAGS_TCPTYPE |
2109 (SCTP_PCB_COPY_FLAGS & (*inp_p)->sctp_flags) |
2129 if ((notification) && ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) {
2175 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
2176 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
2177 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
2186 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_AUTOCLOSE)) {
2195 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DO_ASCONF) &&
2350 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
2351 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
2352 stcb->sctp_ep->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED;
3263 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) {
3309 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) {
3459 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) {
3479 if (((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) == 0) ||
3485 } else if (inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) {
3558 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) {