Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h531 #define SCTP_PCB_FLAGS_WAKEINPUT 0x02000000 macro
540 SCTP_PCB_FLAGS_WAKEINPUT|\
H A Dsctp_constants.h989 sctp_pcb_add_flags(inp, SCTP_PCB_FLAGS_WAKEINPUT); \
998 sctp_pcb_add_flags(inp, SCTP_PCB_FLAGS_WAKEINPUT); \
H A Dsctp_usrreq.c7314 if (inp->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) {
7315 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT;
H A Dsctp_pcb.c3348 inp->sctp_flags &= ~SCTP_PCB_FLAGS_WAKEINPUT; in sctp_inpcb_free()
H A Dsctputil.c524 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()