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