xrlim_allow 49 include/net/icmp.h extern int xrlim_allow(struct dst_entry *dst, int timeout); xrlim_allow 289 net/ipv4/icmp.c rc = xrlim_allow(dst, net->ipv4.sysctl_icmp_ratelimit); xrlim_allow 198 net/ipv6/icmp.c res = xrlim_allow(dst, tmo); xrlim_allow 512 net/ipv6/ip6_output.c if (xrlim_allow(dst, 1*HZ)) xrlim_allow 1504 net/ipv6/ndisc.c if (!xrlim_allow(dst, 1*HZ)) {