SCTP_PCB_FLAGS_NODELAY
if (((inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY) == 0) &&
if (((inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY) == 0) &&
optval = inp->sctp_flags & SCTP_PCB_FLAGS_NODELAY;
set_opt = SCTP_PCB_FLAGS_NODELAY;