diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp_impl.h')
| -rw-r--r-- | usr/src/uts/common/inet/tcp_impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/tcp_impl.h b/usr/src/uts/common/inet/tcp_impl.h index d2e24a71fb..61af05f749 100644 --- a/usr/src/uts/common/inet/tcp_impl.h +++ b/usr/src/uts/common/inet/tcp_impl.h @@ -22,7 +22,7 @@ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2019 Joyent, Inc. * Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. - * Copyright (c) 2013, 2016 by Delphix. All rights reserved. + * Copyright (c) 2013, 2017 by Delphix. All rights reserved. */ #ifndef _INET_TCP_IMPL_H @@ -578,6 +578,8 @@ extern uint32_t tcp_early_abort; #define tcps_dev_flow_ctl tcps_propinfo_tbl[58].prop_cur_bval #define tcps_reass_timeout tcps_propinfo_tbl[59].prop_cur_uval #define tcps_iss_incr tcps_propinfo_tbl[65].prop_cur_uval +#define tcps_abc tcps_propinfo_tbl[67].prop_cur_bval +#define tcps_abc_l_var tcps_propinfo_tbl[68].prop_cur_uval /* @@ -753,6 +755,7 @@ extern mblk_t *tcp_xmit_mp(tcp_t *, mblk_t *, int32_t, int32_t *, /* * Input related functions in tcp_input.c. */ +extern void cc_cong_signal(tcp_t *, uint32_t, uint32_t); extern void tcp_icmp_input(void *, mblk_t *, void *, ip_recv_attr_t *); extern void tcp_input_data(void *, mblk_t *, void *, ip_recv_attr_t *); extern void tcp_input_listener_unbound(void *, mblk_t *, void *, |
