Searched refs:SCTP_PCB_FLAGS_DONT_WAKE (Results 1 – 6 of 6) sorted by relevance
1016 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \1026 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \1036 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \1047 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \1057 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \1068 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
541 #define SCTP_PCB_FLAGS_DONT_WAKE 0x00800000 macro
8481 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) {8482 inp->sctp_flags &= ~SCTP_PCB_FLAGS_DONT_WAKE;
3028 SCTP_PCB_FLAGS_DONT_WAKE);
3924 inp->sctp_flags |= SCTP_PCB_FLAGS_DONT_WAKE;
547 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) in sctp_wakeup_log()