From 25cccaf492f9174346c2e76cb28eefd79c356c61 Mon Sep 17 00:00:00 2001 From: bz Date: Wed, 20 Apr 2011 08:00:29 +0000 Subject: 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 --- sys/netinet/ip_var.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netinet/ip_var.h') diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 222b7ef..e993279 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); -- cgit v1.1