From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E78FACF6486 for ; Wed, 19 Nov 2025 22:26:28 +0000 (UTC) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 2e72ce21; Tue, 18 Nov 2025 22:52:49 +0000 (UTC) Received: from tor.source.kernel.org (tor.source.kernel.org [2600:3c04:e001:324:0:1991:8:25]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 15864eaf (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 18 Nov 2025 22:52:42 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 090F160194; Tue, 18 Nov 2025 22:52:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 161B5C4CEFB; Tue, 18 Nov 2025 22:52:38 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="SDuevgxm" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1763506357; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rHlIN407Y6+U6sIUuWmuTUedBFH1snie3CloV5Jji8w=; b=SDuevgxmS3hOec3uArK0GmWXRrF7F07PMB6jbOLKB56eNZjPrDaF22ETXamwoK4oUMUsLQ YH0kftGOE+hSacGcaQUu79sUnbAZ+vVc2SV15zCz8vHI1C/s140TZlNyKqcYtMIFLjylK0 dJqpcluCN4iqR2dilba8u8cXVPW9P28= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 5ba56afb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 18 Nov 2025 22:52:36 +0000 (UTC) Date: Tue, 18 Nov 2025 23:52:30 +0100 From: "Jason A. Donenfeld" To: =?utf-8?Q?Asbj=C3=B8rn_Sloth_T=C3=B8nnesen?= Cc: Jakub Kicinski , "David S. Miller" , Eric Dumazet , Paolo Abeni , Donald Hunter , Simon Horman , Jacob Keller , Andrew Lunn , wireguard@lists.zx2c4.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jordan Rife Subject: Re: [PATCH net-next v3 04/11] netlink: specs: add specification for wireguard Message-ID: References: <20251105183223.89913-1-ast@fiberby.net> <20251105183223.89913-5-ast@fiberby.net> <9871bdc7-774d-4e35-be5f-02d45063d317@fiberby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9871bdc7-774d-4e35-be5f-02d45063d317@fiberby.net> X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Tue, Nov 18, 2025 at 09:59:45PM +0000, Asbjørn Sloth Tønnesen wrote: > So "c-function-prefix" or something might work better. Also fine with me. I'd just like consistent function naming, one way or another.