From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: netns_id in bpf_sk_lookup_{tcp,udp} Date: Sun, 18 Nov 2018 20:26:56 -0700 Message-ID: <15bf5496-523f-564f-443e-f3262bb9e668@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" To: joe@wand.net.nz Return-path: Received: from mail-pl1-f175.google.com ([209.85.214.175]:40520 "EHLO mail-pl1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726903AbeKSNtM (ORCPT ); Mon, 19 Nov 2018 08:49:12 -0500 Received: by mail-pl1-f175.google.com with SMTP id b22-v6so8422242pls.7 for ; Sun, 18 Nov 2018 19:26:59 -0800 (PST) Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Hi Joe: The netns_id to the bpf_sk_lookup_{tcp,udp} functions in net/core/filter.c is a u64, yet the APIs in include/uapi/linux/bpf.h shows a u32. Is that intentional or an oversight through the iterations? David