inet_peer_xrlim_allow  148 include/net/inetpeer.h bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
inet_peer_xrlim_allow  327 net/ipv4/icmp.c 	rc = inet_peer_xrlim_allow(peer, net->ipv4.sysctl_icmp_ratelimit);
inet_peer_xrlim_allow  294 net/ipv4/inetpeer.c EXPORT_SYMBOL(inet_peer_xrlim_allow);
inet_peer_xrlim_allow  224 net/ipv6/icmp.c 		res = inet_peer_xrlim_allow(peer, tmo);
inet_peer_xrlim_allow  523 net/ipv6/ip6_output.c 		if (inet_peer_xrlim_allow(peer, 1*HZ))
inet_peer_xrlim_allow 1633 net/ipv6/ndisc.c 	ret = inet_peer_xrlim_allow(peer, 1*HZ);