Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_constants.h987 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
997 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
Dsctp.h528 #define SCTP_PCB_FLAGS_WAKEOUTPUT 0x01000000 macro
Dsctp_usrreq.c7295 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) {
7296 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT;
Dsctp_pcb.c3374 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT; in sctp_inpcb_free()
Dsctputil.c525 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) in sctp_wakeup_log()