Searched refs:SCTP_PCB_FLAGS_WAKEINPUT (Results 1 – 5 of 5) sorted by relevance
531 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro540 SCTP_PCB_FLAGS_WAKEINPUT|\
989 sctp_pcb_add_flags(inp, SCTP_PCB_FLAGS_WAKEINPUT); \998 sctp_pcb_add_flags(inp, SCTP_PCB_FLAGS_WAKEINPUT); \
7314 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {7315 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
3221 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT; in sctp_inpcb_free()
524 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()