Date: Sat, 23 May 2009 16:51:13 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet udp_usrreq.c udp_var.h vinet.h src/sys/netinet6 udp6_usrreq.c src/sys/sys param.h Message-ID: <200905231652.n4NGq1PB070026@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-05-23 16:51:13 UTC
FreeBSD src repository
Modified files:
sys/netinet udp_usrreq.c udp_var.h vinet.h
sys/netinet6 udp6_usrreq.c
sys/sys param.h
Log:
SVN rev 192649 on 2009-05-23 16:51:13Z by bz
Implement UDP control block support.
So far the udp_tun_func_t had been (ab)using inp_ppcb for udp in kernel
tunneling callbacks. Move that into the udpcb and add a field for flags
there to be used by upcoming changes instead of sticking udp only flags
into in_pcb flags2.
Bump __FreeBSD_version for ports to detect it and because of vnet* struct
size changes.
Submitted by: jhb (7.x version)
Reviewed by: rwatson
Revision Changes Path
1.254 +65 -37 src/sys/netinet/udp_usrreq.c
1.37 +16 -2 src/sys/netinet/udp_var.h
1.16 +2 -0 src/sys/netinet/vinet.h
1.111 +30 -25 src/sys/netinet6/udp6_usrreq.c
1.409 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905231652.n4NGq1PB070026>
