[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHmME9q72YbkM5FsZMf-KR32pOXa6n=pHVYGnRmkxYk19tZ4CQ@mail.gmail.com>
Date: Fri, 28 Sep 2018 03:09:56 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: Andrew Lunn <andrew@...n.ch>
Cc: LKML <linux-kernel@...r.kernel.org>,
Netdev <netdev@...r.kernel.org>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH net-next v6 23/23] net: WireGuard secure network tunnel
On Fri, Sep 28, 2018 at 12:37 AM Jason A. Donenfeld <Jason@...c4.com> wrote:
> Will do. v7 will include the wg_ prefix.
$ nm *.o | while read a b c; do [[ $b == T ]] && echo $c; done | grep -v ^wg_
cleanup_module
init_module
Success.
Powered by blists - more mailing lists