Home
last modified time | relevance | path

Searched refs:icmp6_ratelimit (Results 1 – 3 of 3) sorted by path

/freebsd/sys/netinet/
H A Dicmp6.h703 int icmp6_ratelimit(const struct in6_addr *, const int, const int);
/freebsd/sys/netinet6/
H A Dicmp6.c356 if (icmp6_ratelimit(&oip6->ip6_src, type, code)) in icmp6_error()
561 if (icmp6_ratelimit(&ip6->ip6_src, ICMP6_ECHO_REPLY, 0)) in icmp6_input()
2417 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) in icmp6_redirect_output()
2839 VNET_SYSINIT(icmp6_ratelimit, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY,
2850 VNET_SYSUNINIT(icmp6_ratelimit, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD,
2866 icmp6_ratelimit(const struct in6_addr *dst, const int type, const int code) in icmp6_ratelimit() function
/freebsd/sys/netpfil/pf/
H A Dpf.c3340 if (icmp6_ratelimit(NULL, type, code)) in pf_send_icmp()