Messages in this thread |  | | Date | Tue, 31 Jul 2018 13:22:04 -0700 | From | Stephen Hemminger <> | Subject | Re: [PATCH v1 3/3] net: WireGuard secure network tunnel |
| |
On Tue, 31 Jul 2018 21:11:02 +0200 "Jason A. Donenfeld" <Jason@zx2c4.com> wrote:
> +static int walk_by_peer(struct allowedips_node __rcu *top, u8 bits, struct allowedips_cursor *cursor, struct wireguard_peer *peer, int (*func)(void *ctx, const u8 *ip, u8 cidr, int family), void *ctx, struct mutex *lock) > +{
Please break lines at something reasonable like 100 characters.
|  |