On Fri, Sep 28, 2018 at 12:37 AM Jason A. Donenfeld <ja...@zx2c4.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.
On Fri, Sep 28, 2018 at 12:37 AM Jason A. Donenfeld <ja...@zx2c4.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.