]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
frag6: move public structure into file local space.
authorbz <bz@FreeBSD.org>
Thu, 8 Aug 2019 10:59:54 +0000 (10:59 +0000)
committerbz <bz@FreeBSD.org>
Thu, 8 Aug 2019 10:59:54 +0000 (10:59 +0000)
commit460595b0443c02ced0c643c01a7f391943e3c562
treea7f6a1e0bb52016edc59eca11fd87edc14a0403b
parent046b89a01b2a6a35c2cd80856f53e4f9626861ba
frag6: move public structure into file local space.

Move ip6asfrag and the accompanying IP6_REASS_MBUF macro from
ip6_var.h into frag6.c as they are not used outside frag6.c.
Sadly struct ip6q is all over the mac framework so we have to
leave it public.

This reduces the public KPI space.

MFC after: 3 months
X-MFC: possibly MFC the #define only to stable branches
Sponsored by: Netflix
sys/netinet6/frag6.c
sys/netinet6/ip6_var.h