Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_fastfwd.c91 ip6_tryforward(struct mbuf *m) in ip6_tryforward() function
H A Din6_var.h903 struct mbuf *ip6_tryforward(struct mbuf *);
H A Dip6_input.c693 * ip6_tryforward() does not generate redirects, so fall in ip6_input()
695 * ip6_tryforward() does inbound and outbound packet firewall in ip6_input()
707 if ((m = ip6_tryforward(m)) == NULL) in ip6_input()
754 * (and log) such packets. ip6_tryforward() will not process such in ip6_input()