Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_var.h471 struct mbuf *ip_tryforward(struct mbuf *);
/f-stack/freebsd/netinet/
H A Dip_fastfwd.c197 ip_tryforward(struct mbuf *m) in ip_tryforward() function
H A Din_var.h471 struct mbuf *ip_tryforward(struct mbuf *);
H A Dip_input.c579 if ((m = ip_tryforward(m)) == NULL) in ip_input()