HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_WAKEINPUT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_constants.h 825 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
sctp_pcb.h 91 #define SCTP_PCB_FLAGS_WAKEINPUT 0x01000000
sctp_usrreq.c 3685 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {
3686 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;

Completed in 15 milliseconds