hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/net/ipv4/sysctl_net_ipv4.c
....@@ -31,7 +31,6 @@
3131 static int two = 2;
3232 static int four = 4;
3333 static int thousand = 1000;
34
-static int gso_max_segs = GSO_MAX_SEGS;
3534 static int tcp_retr1_max = 255;
3635 static int ip_local_port_range_min[] = { 1, 1 };
3736 static int ip_local_port_range_max[] = { 65535, 65535 };
....@@ -1197,7 +1196,6 @@
11971196 .mode = 0644,
11981197 .proc_handler = proc_dointvec_minmax,
11991198 .extra1 = SYSCTL_ONE,
1200
- .extra2 = &gso_max_segs,
12011199 },
12021200 {
12031201 .procname = "tcp_min_rtt_wlen",