Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c359 if (icmp6_ratelimit(&oip6->ip6_src, type, code)) in icmp6_error()
564 if (icmp6_ratelimit(&ip6->ip6_src, ICMP6_ECHO_REPLY, 0)) in icmp6_input()
2428 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) in icmp6_redirect_output()
2854 VNET_SYSINIT(icmp6_ratelimit, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY,
2865 VNET_SYSUNINIT(icmp6_ratelimit, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD,
2881 icmp6_ratelimit(const struct in6_addr *dst, const int type, const int code) in icmp6_ratelimit() function
/freebsd/sys/netinet/
H A Dicmp6.h714 int icmp6_ratelimit(const struct in6_addr *, const int, const int);
/freebsd/sys/netpfil/pf/
H A Dpf.c4367 if (icmp6_ratelimit(NULL, type, code)) in pf_send_icmp()