sysctl_icmp_msgs_burst  754 include/net/ip.h extern int sysctl_icmp_msgs_burst;
sysctl_icmp_msgs_burst  229 net/ipv4/icmp.c int sysctl_icmp_msgs_burst __read_mostly = 50;
sysctl_icmp_msgs_burst  268 net/ipv4/icmp.c 	credit = min_t(u32, icmp_global.credit + incr, sysctl_icmp_msgs_burst);
sysctl_icmp_msgs_burst  581 net/ipv4/sysctl_net_ipv4.c 		.data		= &sysctl_icmp_msgs_burst,