kernel/net/ipv4/sysctl_net_ipv4.c
.. .. @@ -31,7 +31,6 @@ 31 31 static int two = 2; 32 32 static int four = 4; 33 33 static int thousand = 1000; 34 -static int gso_max_segs = GSO_MAX_SEGS;35 34 static int tcp_retr1_max = 255; 36 35 static int ip_local_port_range_min[] = { 1, 1 }; 37 36 static int ip_local_port_range_max[] = { 65535, 65535 }; .. .. @@ -1197,7 +1196,6 @@ 1197 1196 .mode = 0644, 1198 1197 .proc_handler = proc_dointvec_minmax, 1199 1198 .extra1 = SYSCTL_ONE, 1200 - .extra2 = &gso_max_segs,1201 1199 }, 1202 1200 { 1203 1201 .procname = "tcp_min_rtt_wlen",