Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_constants.h970 sctp_pcb_add_flags(inp, SCTP_PCB_FLAGS_WAKEOUTPUT); \
979 sctp_pcb_add_flags(inp, SCTP_PCB_FLAGS_WAKEOUTPUT); \
H A Dsctp.h530 #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.c3349 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEOUTPUT; in sctp_inpcb_free()
H A Dsctputil.c522 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) in sctp_wakeup_log()