diff options
author | Lu Huafeng <Huafeng.Lv@Sun.COM> | 2008-12-17 12:37:29 +0800 |
---|---|---|
committer | Lu Huafeng <Huafeng.Lv@Sun.COM> | 2008-12-17 12:37:29 +0800 |
commit | 8e4b770f2d2fd1b39d446d80e94ec2b1f9703543 (patch) | |
tree | 05f098b0bbf8ec7a62eeba98e6056de7638eb500 /usr/src/uts/common/inet/udp_impl.h | |
parent | 7d586c73618cfc2856b4ccf6d9aa584131fd17e1 (diff) | |
download | illumos-gate-8e4b770f2d2fd1b39d446d80e94ec2b1f9703543.tar.gz |
PSARC 2008/688 Sun Cluster TCP/IP Hooks Update
6717519 Support sun cluster with client-side shared address
6777262 modify Cluster hook signatures to add netstackid and allow future changes
Diffstat (limited to 'usr/src/uts/common/inet/udp_impl.h')
-rw-r--r-- | usr/src/uts/common/inet/udp_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/udp_impl.h b/usr/src/uts/common/inet/udp_impl.h index 38d255ac9d..34b38e67bd 100644 --- a/usr/src/uts/common/inet/udp_impl.h +++ b/usr/src/uts/common/inet/udp_impl.h @@ -326,6 +326,7 @@ typedef struct udp_s { uint_t udp_label_len; /* length of security label */ uint_t udp_label_len_v6; /* len of v6 security label */ in6_addr_t udp_v6lastdst; /* most recent destination */ + in_port_t udp_lastdstport; /* most recent dest port */ uint64_t udp_open_time; /* time when this was opened */ pid_t udp_open_pid; /* process id when this was opened */ |