Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h1017 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1028 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1038 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
Dsctp.h542 #define SCTP_PCB_FLAGS_WAKEOUTPUT 0x01000000 macro
Dsctp_usrreq.c8483 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) {
8484 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT;
Dsctp_pcb.c3926 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT;
Dsctputil.c549 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) in sctp_wakeup_log()