Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h972 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
982 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
H A Dsctp.h523 #define SCTP_PCB_FLAGS_WAKEOUTPUT 0x01000000 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h972 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
982 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
H A Dsctp.h523 #define SCTP_PCB_FLAGS_WAKEOUTPUT 0x01000000 macro
H A Dsctp_usrreq.c7305 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) {
7306 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT;
H A Dsctp_pcb.c3339 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT; in sctp_inpcb_free()
H A Dsctputil.c525 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) in sctp_wakeup_log()