summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp_stack.h
diff options
context:
space:
mode:
authorGirish Moodalbail <Girish.Moodalbail@Sun.COM>2010-03-26 17:53:11 -0400
committerGirish Moodalbail <Girish.Moodalbail@Sun.COM>2010-03-26 17:53:11 -0400
commit6e91bba0d6c6bdabbba62cefae583715a4a58e2a (patch)
treee10bc428e6a27ac87b541b72769d8095d64e894f /usr/src/uts/common/inet/tcp_stack.h
parent00a57bdfe7eeb62d10d0c0b3aab64d24a4d89287 (diff)
downloadillumos-gate-6e91bba0d6c6bdabbba62cefae583715a4a58e2a.tar.gz
PSARC 2009/306 Brussels II - ipadm and libipadm
PSARC 2010/080 Brussels II addendum 6827318 Brussels Phase II aka ipadm(1m) 6731945 need BSD getifaddrs() API 6909065 explicitly disallow non-contiguous netmasks in the next minor release 6853922 ifconfig dumps core when ether address is non-hexadecimal. 6815806 ipReasmTimeout value should be variable 6567083 nd_getset has some dead and confusing code. 6884466 remove unused tcp/sctp ndd tunables 6928813 Comments at odds with default value of tcp_time_wait_interval 6236982 ifconfig usesrc lets adapter use itself as source address 6936855 modifying the ip6_strict_src_multihoming to non-zero value will unbind V4 IREs
Diffstat (limited to 'usr/src/uts/common/inet/tcp_stack.h')
-rw-r--r--usr/src/uts/common/inet/tcp_stack.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/uts/common/inet/tcp_stack.h b/usr/src/uts/common/inet/tcp_stack.h
index 1a6e374f3e..5cff22c5f0 100644
--- a/usr/src/uts/common/inet/tcp_stack.h
+++ b/usr/src/uts/common/inet/tcp_stack.h
@@ -52,7 +52,7 @@ struct tcp_stack {
*/
#define TCP_NUM_EPRIV_PORTS 64
int tcps_g_num_epriv_ports;
- uint16_t tcps_g_epriv_ports[TCP_NUM_EPRIV_PORTS];
+ in_port_t tcps_g_epriv_ports[TCP_NUM_EPRIV_PORTS];
kmutex_t tcps_epriv_port_lock;
/*
@@ -61,10 +61,8 @@ struct tcp_stack {
*/
in_port_t tcps_min_anonpriv_port;
- /* Only modified during _init and _fini thus no locking is needed. */
- caddr_t tcps_g_nd;
- struct tcpparam_s *tcps_params; /* ndd parameters */
- struct tcpparam_s *tcps_wroff_xtra_param;
+ /* holds the tcp tunables */
+ struct mod_prop_info_s *tcps_propinfo_tbl;
/* Hint not protected by any lock */
uint_t tcps_next_port_to_try;