Searched refs:SCTP_PCB_FLAGS_WAKEINPUT (Results 1 – 5 of 5) sorted by relevance
531 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro542 SCTP_PCB_FLAGS_WAKEINPUT|\549 SCTP_PCB_FLAGS_WAKEINPUT|\
1064 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \1074 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \1085 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
8085 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {8086 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
3925 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
536 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()