Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/netinet/tcp_var.h 204838 2010-03-07 15:58:44Z bz $
---
> * $FreeBSD: head/sys/netinet/tcp_var.h 207369 2010-04-29 11:52:42Z bz $
44a45,46
> #define V_tcp_do_rfc1323 VNET(tcp_do_rfc1323)
>
47d48
< #define V_tcp_do_rfc1323 VNET(tcp_do_rfc1323)
50d50
<
561,562d560
< extern int tcp_log_in_vain;
<
565a564
> extern int tcp_log_in_vain;
573d571
<
585,620d582
< VNET_DECLARE(int, blackhole);
< VNET_DECLARE(int, drop_synfin);
< VNET_DECLARE(int, tcp_do_rfc3042);
< VNET_DECLARE(int, tcp_do_rfc3390);
< VNET_DECLARE(int, tcp_insecure_rst);
< VNET_DECLARE(int, tcp_do_autorcvbuf);
< VNET_DECLARE(int, tcp_autorcvbuf_inc);
< VNET_DECLARE(int, tcp_autorcvbuf_max);
< VNET_DECLARE(int, tcp_do_rfc3465);
< VNET_DECLARE(int, tcp_abc_l_var);
<
< #define V_blackhole VNET(blackhole)
< #define V_drop_synfin VNET(drop_synfin)
< #define V_tcp_do_rfc3042 VNET(tcp_do_rfc3042)
< #define V_tcp_do_rfc3390 VNET(tcp_do_rfc3390)
< #define V_tcp_insecure_rst VNET(tcp_insecure_rst)
< #define V_tcp_do_autorcvbuf VNET(tcp_do_autorcvbuf)
< #define V_tcp_autorcvbuf_inc VNET(tcp_autorcvbuf_inc)
< #define V_tcp_autorcvbuf_max VNET(tcp_autorcvbuf_max)
< #define V_tcp_do_rfc3465 VNET(tcp_do_rfc3465)
< #define V_tcp_abc_l_var VNET(tcp_abc_l_var)
<
< VNET_DECLARE(int, tcp_do_tso);
< VNET_DECLARE(int, tcp_do_autosndbuf);
< VNET_DECLARE(int, tcp_autosndbuf_inc);
< VNET_DECLARE(int, tcp_autosndbuf_max);
<
< #define V_tcp_do_tso VNET(tcp_do_tso)
< #define V_tcp_do_autosndbuf VNET(tcp_do_autosndbuf)
< #define V_tcp_autosndbuf_inc VNET(tcp_autosndbuf_inc)
< #define V_tcp_autosndbuf_max VNET(tcp_autosndbuf_max)
<
< VNET_DECLARE(int, nolocaltimewait);
<
< #define V_nolocaltimewait VNET(nolocaltimewait)
<
622,624d583
< VNET_DECLARE(int, tcp_sack_maxholes);
< VNET_DECLARE(int, tcp_sack_globalmaxholes);
< VNET_DECLARE(int, tcp_sack_globalholes);
626,628d584
< VNET_DECLARE(int, tcp_do_ecn); /* TCP ECN enabled/disabled */
< VNET_DECLARE(int, tcp_ecn_maxretries);
<
630,632d585
< #define V_tcp_sack_maxholes VNET(tcp_sack_maxholes)
< #define V_tcp_sack_globalmaxholes VNET(tcp_sack_globalmaxholes)
< #define V_tcp_sack_globalholes VNET(tcp_sack_globalholes)
633a587,589
>
> VNET_DECLARE(int, tcp_do_ecn); /* TCP ECN enabled/disabled */
> VNET_DECLARE(int, tcp_ecn_maxretries);