Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_var.h469 struct mbuf *ip_tryforward(struct mbuf *);
H A Dip_fastfwd.c236 ip_tryforward(struct mbuf *m) in ip_tryforward() function
H A Dip_input.c600 if ((m = ip_tryforward(m)) == NULL) in ip_input()