Searched refs:ip_tryforward (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Din_var.h471 struct mbuf *ip_tryforward(struct mbuf *);
H A Dip_fastfwd.c197 ip_tryforward(struct mbuf *m) function
H A Dip_input.c565 * ip_tryforward() does not generate redirects, so fall
567 * ip_tryforward() does inbound and outbound packet firewall
579 if ((m = ip_tryforward(m)) == NULL)

Completed in 117 milliseconds