ipv4.h (eadcbfa58ae8693f0d6a0f591d8f51d55cf068e1) | ipv4.h (f930103421f6579719b8252285c94c1195f6e032) |
---|---|
1/* 2 * ipv4 in net namespaces 3 */ 4 5#ifndef __NETNS_IPV4_H__ 6#define __NETNS_IPV4_H__ 7 8#include <linux/uidgid.h> --- 108 unchanged lines hidden (view full) --- 117 int sysctl_tcp_syncookies; 118 int sysctl_tcp_reordering; 119 int sysctl_tcp_retries1; 120 int sysctl_tcp_retries2; 121 int sysctl_tcp_orphan_retries; 122 int sysctl_tcp_fin_timeout; 123 unsigned int sysctl_tcp_notsent_lowat; 124 int sysctl_tcp_tw_reuse; | 1/* 2 * ipv4 in net namespaces 3 */ 4 5#ifndef __NETNS_IPV4_H__ 6#define __NETNS_IPV4_H__ 7 8#include <linux/uidgid.h> --- 108 unchanged lines hidden (view full) --- 117 int sysctl_tcp_syncookies; 118 int sysctl_tcp_reordering; 119 int sysctl_tcp_retries1; 120 int sysctl_tcp_retries2; 121 int sysctl_tcp_orphan_retries; 122 int sysctl_tcp_fin_timeout; 123 unsigned int sysctl_tcp_notsent_lowat; 124 int sysctl_tcp_tw_reuse; |
125 int sysctl_tcp_sack; |
|
125 struct inet_timewait_death_row tcp_death_row; 126 int sysctl_max_syn_backlog; 127 128#ifdef CONFIG_NET_L3_MASTER_DEV 129 int sysctl_udp_l3mdev_accept; 130#endif 131 132 int sysctl_igmp_max_memberships; --- 31 unchanged lines hidden --- | 126 struct inet_timewait_death_row tcp_death_row; 127 int sysctl_max_syn_backlog; 128 129#ifdef CONFIG_NET_L3_MASTER_DEV 130 int sysctl_udp_l3mdev_accept; 131#endif 132 133 int sysctl_igmp_max_memberships; --- 31 unchanged lines hidden --- |