summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_var.h
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2003-11-14 21:02:22 +0000
committerandre <andre@FreeBSD.org>2003-11-14 21:02:22 +0000
commitde48630dfbd4851b73c7b9665f35c4b6dda706f6 (patch)
tree3e1327d0236ae8452ddd76bd0e5f5426c1bcfd14 /sys/netinet/in_var.h
parent53640e68942991cce3c7f1ab31ac16ec0de5c1d5 (diff)
downloadFreeBSD-src-de48630dfbd4851b73c7b9665f35c4b6dda706f6.zip
FreeBSD-src-de48630dfbd4851b73c7b9665f35c4b6dda706f6.tar.gz
Introduce ip_fastforward and remove ip_flow.
Short description of ip_fastforward: o adds full direct process-to-completion IPv4 forwarding code o handles ip fragmentation incl. hw support (ip_flow did not) o sends icmp needfrag to source if DF is set (ip_flow did not) o supports ipfw and ipfilter (ip_flow did not) o supports divert, ipfw fwd and ipfilter nat (ip_flow did not) o returns anything it can't handle back to normal ip_input Enable with sysctl -w net.inet.ip.fastforwarding=1 Reviewed by: sam (mentor)
Diffstat (limited to 'sys/netinet/in_var.h')
-rw-r--r--sys/netinet/in_var.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h
index d1b818c..9adc0b4 100644
--- a/sys/netinet/in_var.h
+++ b/sys/netinet/in_var.h
@@ -230,9 +230,7 @@ void in_rtqdrain(void);
void ip_input(struct mbuf *);
int in_ifadown(struct ifaddr *ifa, int);
void in_ifscrub(struct ifnet *, struct in_ifaddr *);
-int ipflow_fastforward(struct mbuf *);
-void ipflow_create(const struct route *, struct mbuf *);
-void ipflow_slowtimo(void);
+int ip_fastforward(struct mbuf *);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud