diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-10-02 11:46:54 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-10-02 11:46:54 +0000 |
commit | 68301211110c3297f56a798d4538e6895f6733c1 (patch) | |
tree | 20cd9eda2539313fec2a34d7c885a66c0bfd373a /usr/src/uts/common/inet/tcp.h | |
parent | f72c63be40d50d956be0521576eb9c064631f0b2 (diff) | |
parent | 221e47fb90c5fcfe7add9a33f6c915ee5253ece9 (diff) | |
download | illumos-joyent-68301211110c3297f56a798d4538e6895f6733c1.tar.gz |
[illumos-gate merge]
commit 221e47fb90c5fcfe7add9a33f6c915ee5253ece9
13175 Add support for IP_RECVTOS
13182 CMSG_ macros should have man pages
Diffstat (limited to 'usr/src/uts/common/inet/tcp.h')
-rw-r--r-- | usr/src/uts/common/inet/tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index d8084fb11e..f2c823ad6f 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -23,6 +23,7 @@ * Copyright 2015 Joyent, Inc. * Copyright (c) 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2014, 2017 by Delphix. All rights reserved. + * Copyright 2020 OmniOS Community Edition (OmniOSce) Association. */ /* Copyright (c) 1990 Mentat Inc. */ @@ -377,6 +378,7 @@ typedef struct tcp_s { int tcp_ipsec_overhead; + uint_t tcp_recvtos; /* Last received IP_RECVTOS */ uint_t tcp_recvifindex; /* Last received IPV6_RCVPKTINFO */ uint_t tcp_recvhops; /* Last received IPV6_RECVHOPLIMIT */ uint_t tcp_recvtclass; /* Last received IPV6_RECVTCLASS */ |