Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_DONT_WAKE (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h1016 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1026 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1036 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1047 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1057 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1068 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
Dsctp.h541 #define SCTP_PCB_FLAGS_DONT_WAKE 0x00800000 macro
Dsctp_usrreq.c8481 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) {
8482 inp->sctp_flags &= ~SCTP_PCB_FLAGS_DONT_WAKE;
Dsctp_input.c3028 SCTP_PCB_FLAGS_DONT_WAKE);
Dsctp_pcb.c3924 inp->sctp_flags |= SCTP_PCB_FLAGS_DONT_WAKE;
Dsctputil.c547 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) in sctp_wakeup_log()