Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h522 #define SCTP_PCB_FLAGS_CLOSE_IP 0x00040000 macro
H A Dsctp_pcb.c3218 inp->sctp_flags &= ~SCTP_PCB_FLAGS_CLOSE_IP; in sctp_inpcb_free()
3448 (inp->sctp_flags & SCTP_PCB_FLAGS_CLOSE_IP)) { in sctp_inpcb_free()
H A Dsctp_usrreq.c431 inp->sctp_flags |= SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP; in sctp_abort()
526 inp->sctp_flags |= SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP; in sctp_close()