[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150203.230818.984435325973223729.davem@davemloft.net>
Date: Tue, 03 Feb 2015 23:08:18 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: vyasevich@...il.com
Cc: netdev@...r.kernel.org, virtualization@...ts.linux-foundation.org,
vyasevic@...hat.com
Subject: Re: [PATCH v3 net 1/3] ipv6: Select fragment id during UFO
segmentation if not set.
From: Vladislav Yasevich <vyasevich@...il.com>
Date: Tue, 3 Feb 2015 16:36:15 -0500
> diff --git a/net/ipv6/output_core.c b/net/ipv6/output_core.c
> index 97f41a3..54520a0 100644
> --- a/net/ipv6/output_core.c
> +++ b/net/ipv6/output_core.c
> @@ -9,6 +9,24 @@
> #include <net/addrconf.h>
> #include <net/secure_seq.h>
>
> +u32 __ipv6_select_ident(u32 hashrnd, struct in6_addr *dst, struct in6_addr *src)
__ipv6_select_ident() is not used anywhere outside of this file, please
mark it static and remove the declaration for it from net/ipv6.h
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists