Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_pcb.c1818 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 …]
Dsctp_pcb.h96 #define SCTP_PCB_FLAGS_SOCKET_ALLGONE 0x20000000 macro
Dsctp_output.c3336 … if (inp->sctp_flags & (SCTP_PCB_FLAGS_SOCKET_GONE|SCTP_PCB_FLAGS_SOCKET_ALLGONE)) { in sctp_send_initiate_ack()