Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_WAKEINPUT (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h543 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro
554 SCTP_PCB_FLAGS_WAKEINPUT|\
561 SCTP_PCB_FLAGS_WAKEINPUT|\
Dsctp_constants.h1048 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1058 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1069 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
Dsctp_usrreq.c8502 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {
8503 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
Dsctp_pcb.c3925 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
Dsctputil.c551 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()