Searched defs:tcp_stack (Results 1 – 1 of 1) sorted by relevance
45 struct tcp_stack { struct46 netstack_t *tcps_netstack; /* Common netstack */53 int tcps_g_num_epriv_ports;54 in_port_t tcps_g_epriv_ports[TCP_NUM_EPRIV_PORTS];55 kmutex_t tcps_epriv_port_lock;61 in_port_t tcps_min_anonpriv_port;64 struct mod_prop_info_s *tcps_propinfo_tbl;67 uint_t tcps_next_port_to_try;70 struct tf_s *tcps_bind_fanout;73 struct tf_s *tcps_acceptor_fanout;[all …]