Searched refs:SCTP_PCB_FLAGS_SOCKET_ALLGONE (Results 1 – 3 of 3) sorted by relevance
1818 if (inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_inpcb_bind()2014 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) { in sctp_inpcb_free()2115 inp->sctp_flags |= SCTP_PCB_FLAGS_SOCKET_ALLGONE; in sctp_inpcb_free()2762 if (inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_aloc_assoc()4000 if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_load_addresses_from_init()4044 … if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_load_addresses_from_init()4056 … if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_load_addresses_from_init()4075 … if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_load_addresses_from_init()4109 … if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_load_addresses_from_init()4123 … if (l_inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_load_addresses_from_init()[all …]
96 #define SCTP_PCB_FLAGS_SOCKET_ALLGONE 0x20000000 macro
3336 … if (inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_send_initiate_ack()