Home
last modified time | relevance | path

Searched refs:xrlim_allow (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/net/
Dicmp.h45 extern int xrlim_allow(struct dst_entry *dst, int timeout);
/linux-2.4.37.9/net/ipv4/
Dicmp.c230 int xrlim_allow(struct dst_entry *dst, int timeout) in xrlim_allow() function
263 return xrlim_allow(dst, sysctl_icmp_ratelimit); in icmpv4_xrlim_allow()
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_REJECT.c204 if (!xrlim_allow(&rt->u.dst, 1*HZ)) in send_unreach()
/linux-2.4.37.9/net/
Dnetsyms.c472 EXPORT_SYMBOL(xrlim_allow);
/linux-2.4.37.9/net/ipv6/
Dicmp.c232 res = xrlim_allow(dst, tmo); in icmpv6_xrlim_allow()
Dip6_output.c794 if (xrlim_allow(dst, 1*HZ)) in ip6_forward()
Dndisc.c1216 if (!xrlim_allow(&rt->u.dst, 1*HZ)) { in ndisc_send_redirect()