Lines Matching refs:sctp_flags

125 	    ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||  in sctp_handle_init()
126 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) || in sctp_handle_init()
987 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_handle_shutdown_ack()
988 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) { in sctp_handle_shutdown_ack()
1495 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_process_cookie_existing()
1496 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) && in sctp_process_cookie_existing()
1689 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_process_cookie_existing()
1690 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) && in sctp_process_cookie_existing()
2164 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_process_cookie_new()
2165 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) && in sctp_process_cookie_new()
2179 } else if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) && in sctp_process_cookie_new()
2325 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_handle_cookie_echo()
2584 if ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) { in sctp_handle_cookie_echo()
2586 (((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) == 0)) { in sctp_handle_cookie_echo()
2638 inp->sctp_flags = (SCTP_PCB_FLAGS_TCPTYPE | in sctp_handle_cookie_echo()
2642 (SCTP_PCB_COPY_FLAGS & (*inp_p)->sctp_flags) | in sctp_handle_cookie_echo()
2701 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) { in sctp_handle_cookie_echo()
2782 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_handle_cookie_ack()
2783 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) { in sctp_handle_cookie_ack()
4617 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) { in sctp_process_control()
4848 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) { in sctp_process_control()
4877 (((inp->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) == 0) && in sctp_process_control()
4879 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) && in sctp_process_control()
4894 if (inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE | in sctp_process_control()
4970 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) { in sctp_process_control()
5093 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) { in sctp_process_control()