Searched refs:SCTP_PCB_FLAGS_WAKEINPUT (Results 1 – 5 of 5) sorted by relevance
543 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro554 SCTP_PCB_FLAGS_WAKEINPUT|\561 SCTP_PCB_FLAGS_WAKEINPUT|\
1048 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \1058 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \1069 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
8502 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {8503 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
3925 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
551 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()