sysctl_tcp_max_orphans  243 include/net/tcp.h extern int sysctl_tcp_max_orphans;
sysctl_tcp_max_orphans  295 include/net/tcp.h 	if (orphans << shift > sysctl_tcp_max_orphans) {
sysctl_tcp_max_orphans  297 include/net/tcp.h 		if (orphans << shift > sysctl_tcp_max_orphans)
sysctl_tcp_max_orphans  483 net/ipv4/sysctl_net_ipv4.c 		.data		= &sysctl_tcp_max_orphans,
sysctl_tcp_max_orphans 4015 net/ipv4/tcp.c 	sysctl_tcp_max_orphans = cnt / 2;
sysctl_tcp_max_orphans   83 net/ipv4/tcp_input.c int sysctl_tcp_max_orphans __read_mostly = NR_FILE;