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

  /src/sys/netinet/
sctp_constants.h 815 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
824 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
sctp_pcb.h 89 #define SCTP_PCB_FLAGS_DONT_WAKE 0x00400000
sctp_usrreq.c 3678 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) {
3679 inp->sctp_flags &= ~SCTP_PCB_FLAGS_DONT_WAKE;
sctp_input.c 2110 SCTP_PCB_FLAGS_DONT_WAKE);

Completed in 18 milliseconds