Lines Matching refs:sctp_flags
595 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */
709 if (inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
813 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) &&
934 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
947 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
948 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
994 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1026 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
1027 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
1066 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1068 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
1136 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0) {