Searched refs:SCTP_PCB_FLAGS_WAKEINPUT (Results 1 – 5 of 5) sorted by relevance
522 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro533 SCTP_PCB_FLAGS_WAKEINPUT|\540 SCTP_PCB_FLAGS_WAKEINPUT|\
1097 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \1107 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \1118 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
7542 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {7543 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
3841 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
536 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()