Searched defs:sctp_stack (Results 1 – 1 of 1) sorted by relevance
122 struct sctp_stack { struct123 netstack_t *sctps_netstack; /* Common netstack */126 struct list sctps_g_list; /* SCTP instance data chain */127 kmutex_t sctps_g_lock;130 int sctps_g_num_epriv_ports;131 in_port_t sctps_g_epriv_ports[SCTP_NUM_EPRIV_PORTS];132 kmutex_t sctps_epriv_port_lock;133 uint_t sctps_next_port_to_try;136 struct sctp_tf_s *sctps_bind_fanout;138 struct sctp_tf_s *sctps_listen_fanout;[all …]