Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp.h531 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro
542 SCTP_PCB_FLAGS_WAKEINPUT|\
549 SCTP_PCB_FLAGS_WAKEINPUT|\
Dsctp_constants.h1064 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1074 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1085 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
Dsctp_usrreq.c8085 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {
8086 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
Dsctp_pcb.c3925 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
Dsctputil.c536 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()