aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-04-20 08:00:29 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-04-20 08:00:29 +0000
commitaae49dd304ebd1dfcbaa7e21ecc0bbf37dff5c42 (patch)
treed91c3220e574e361498bf3a8393460f3bcb463f0 /sys/netinet/ip_var.h
parentec4f97277f3db54672f90d60d72f87acc3baf5d4 (diff)
downloadsrc-aae49dd304ebd1dfcbaa7e21ecc0bbf37dff5c42.tar.gz
src-aae49dd304ebd1dfcbaa7e21ecc0bbf37dff5c42.zip
MFp4 CH=191470:
Move the ipport_tick_callout and related functions from ip_input.c to in_pcb.c. The random source port allocation code has been merged and is now local to in_pcb.c only. Use a SYSINIT to get the callout started and no longer depend on initialization from the inet code, which would not work in an IPv6 only setup. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 4 days
Notes
Notes: svn path=/head/; revision=220879
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 222b7efea51a..e993279199da 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -206,7 +206,6 @@ int inp_setmoptions(struct inpcb *, struct sockopt *);
int ip_ctloutput(struct socket *, struct sockopt *sopt);
void ip_drain(void);
-void ip_fini(void *xtp);
int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
u_long if_hwassist_flags, int sw_csum);
void ip_forward(struct mbuf *m, int srcrt);