cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_input.c ip_var.h

[ Available lists | Index of cvs-src-old | Month of Apr 2011 | Week of 20 Apr 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bjoern A. Zeeb <bz@FreeBSD.org>
Date
20 Apr 2011 08:00:47
Subject
cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_input.c ip_var.h
Message-ID
201104200800.p3K80lI6057769@repoman.freebsd.org


[ Hide this part ]
bz          2011-04-20 08:00:29 UTC

FreeBSD src repository

Modified files:
sys/netinet in_pcb.c in_pcb.h ip_input.c ip_var.h
Log:
SVN rev 220879 on 2011-04-20 08:00:29Z by bz

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

Revision Changes Path
1.273 +28 -1 src/sys/netinet/in_pcb.c
1.146 +0 -3 src/sys/netinet/in_pcb.h
1.391 +0 -15 src/sys/netinet/ip_input.c
1.121 +0 -1 src/sys/netinet/ip_var.h


Elapsed time: 0.083 seconds