From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Bernat Subject: Re: [RFC v2 bpf-next 5/9] net/ipv6: Add fib6_lookup Date: Tue, 01 May 2018 20:15:44 +0200 Message-ID: References: <20180429180752.15428-1-dsahern@gmail.com> <20180429180752.15428-6-dsahern@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: netdev@vger.kernel.org, borkmann@iogearbox.net, ast@kernel.org, davem@davemloft.net, shm@cumulusnetworks.com, roopa@cumulusnetworks.com, brouer@redhat.com, toke@toke.dk, john.fastabend@gmail.com To: David Ahern Return-path: Received: from bart.luffy.cx ([78.47.78.131]:57782 "EHLO bart.luffy.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756343AbeEASPq (ORCPT ); Tue, 1 May 2018 14:15:46 -0400 In-Reply-To: <20180429180752.15428-6-dsahern@gmail.com> (David Ahern's message of "Sun, 29 Apr 2018 11:07:48 -0700") Sender: netdev-owner@vger.kernel.org List-ID: =E2=9D=A6 29 avril 2018 11:07 -0700, David Ahern =C2=A0: > +struct fib6_info *fib6_lookup(struct net *net, int oif, struct flowi6 *f= l6, > + int flags) Maybe an EXPORT_SYMBOL_GPL? There is one for __fib_lookup (fib_lookup is an inline function). --=20 Use the "telephone test" for readability. - The Elements of Programming Style (Kernighan & Plauger)