Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_SOCKET_CANT_READ (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp.h536 #define SCTP_PCB_FLAGS_SOCKET_CANT_READ 0x40000000 macro
H A Dsctputil.c4105 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_CANT_READ)) { in sctp_ulp_notify()
4907 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_CANT_READ) { in sctp_add_to_readq()
H A Dsctp_indata.c1301 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_CANT_READ) { in sctp_add_chk_to_control()
H A Dsctp_usrreq.c826 inp->sctp_flags |= SCTP_PCB_FLAGS_SOCKET_CANT_READ; in sctp_shutdown()