Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2014 11:26:55 +0800
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        freebsd-net@freebsd.org
Subject:   [PATCH] merge 'struct ip6protosw' and 'struct protosw' into one
Message-ID:  <20140724032655.GA80400@ns.kevlo.org>

next in thread | raw e-mail | index | archive | help
Hi,

The diff [1] merges 'struct ip6protosw' and 'struct protosw' into one, 
since we don't need a separate structure which is shared between ipv4 
and ipv6.  The key difference between the two is the definition of pr_input
function.

[1] https://phabric.freebsd.org/D476

	Kevin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140724032655.GA80400>