ipv4.h (d06a99045837d3f4d5431793c4c390b0daf2a08d) ipv4.h (ceef9ab6be7234f9e49f79769e0da88d1dccfcc7)
1/*
2 * ipv4 in net namespaces
3 */
4
5#ifndef __NETNS_IPV4_H__
6#define __NETNS_IPV4_H__
7
8#include <linux/uidgid.h>

--- 131 unchanged lines hidden (view full) ---

140 int sysctl_tcp_max_reordering;
141 int sysctl_tcp_dsack;
142 int sysctl_tcp_app_win;
143 int sysctl_tcp_adv_win_scale;
144 int sysctl_tcp_frto;
145 int sysctl_tcp_nometrics_save;
146 int sysctl_tcp_moderate_rcvbuf;
147 int sysctl_tcp_tso_win_divisor;
1/*
2 * ipv4 in net namespaces
3 */
4
5#ifndef __NETNS_IPV4_H__
6#define __NETNS_IPV4_H__
7
8#include <linux/uidgid.h>

--- 131 unchanged lines hidden (view full) ---

140 int sysctl_tcp_max_reordering;
141 int sysctl_tcp_dsack;
142 int sysctl_tcp_app_win;
143 int sysctl_tcp_adv_win_scale;
144 int sysctl_tcp_frto;
145 int sysctl_tcp_nometrics_save;
146 int sysctl_tcp_moderate_rcvbuf;
147 int sysctl_tcp_tso_win_divisor;
148 int sysctl_tcp_workaround_signed_windows;
148 struct inet_timewait_death_row tcp_death_row;
149 int sysctl_max_syn_backlog;
150 int sysctl_tcp_fastopen;
151 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
152 spinlock_t tcp_fastopen_ctx_lock;
153 unsigned int sysctl_tcp_fastopen_blackhole_timeout;
154 atomic_t tfo_active_disable_times;
155 unsigned long tfo_active_disable_stamp;

--- 41 unchanged lines hidden ---
149 struct inet_timewait_death_row tcp_death_row;
150 int sysctl_max_syn_backlog;
151 int sysctl_tcp_fastopen;
152 struct tcp_fastopen_context __rcu *tcp_fastopen_ctx;
153 spinlock_t tcp_fastopen_ctx_lock;
154 unsigned int sysctl_tcp_fastopen_blackhole_timeout;
155 atomic_t tfo_active_disable_times;
156 unsigned long tfo_active_disable_stamp;

--- 41 unchanged lines hidden ---