Searched defs:tcp_stack (Results 1 – 1 of 1) sorted by relevance
46 struct tcp_stack { struct47 netstack_t *tcps_netstack; /* Common netstack */54 int tcps_g_num_epriv_ports;55 in_port_t tcps_g_epriv_ports[TCP_NUM_EPRIV_PORTS];56 kmutex_t tcps_epriv_port_lock;62 in_port_t tcps_min_anonpriv_port;65 struct mod_prop_info_s *tcps_propinfo_tbl;68 uint_t tcps_next_port_to_try;71 struct tf_s *tcps_bind_fanout;74 struct tf_s *tcps_acceptor_fanout;[all …]