Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_WAS_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp.h521 #define SCTP_PCB_FLAGS_WAS_CONNECTED 0x00080000 macro
Dsctp_pcb.c4252 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) || in sctp_aloc_assoc()
4904 inp->sctp_flags |= SCTP_PCB_FLAGS_WAS_CONNECTED; in sctp_free_assoc()
Dsctputil.c5604 if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) == 0) { in sctp_sorecvmsg()