Message ID | 20231023220030.2556229-1-davemarchevsky@fb.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 71BD523762 for <bpf@vger.kernel.org>; Mon, 23 Oct 2023 22:00:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=fb.com header.i=@fb.com header.b="UhL8tO9z" Received: from mx0a-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A88EB10C for <bpf@vger.kernel.org>; Mon, 23 Oct 2023 15:00:44 -0700 (PDT) Received: from pps.filterd (m0001303.ppops.net [127.0.0.1]) by m0001303.ppops.net (8.17.1.19/8.17.1.19) with ESMTP id 39NJFO42005200 for <bpf@vger.kernel.org>; Mon, 23 Oct 2023 15:00:43 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=facebook; bh=Z+faWP6oK7/6QhihBJJT+lJRWWjGuctjgHBeVxZeeuM=; b=UhL8tO9z3cWKsyhmDtNX1EWEUgdnw3WvOaDweF2OGCLZXkIxtFHytUi8yFWaV/jC+XCi ZfozvORxSWodjb1jMP+a54Ij/c8JWGLMQK6Ie2vFr1e48LHJpG3bSuGJ0TkmhwwXgG57 OzlVaj0n3a54DFrIgzw2OQrMaxvZ9eUvDHc= Received: from mail.thefacebook.com ([163.114.132.120]) by m0001303.ppops.net (PPS) with ESMTPS id 3twrcgv1gm-5 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Mon, 23 Oct 2023 15:00:43 -0700 Received: from twshared20079.02.ash8.facebook.com (2620:10d:c085:108::4) by mail.thefacebook.com (2620:10d:c085:21d::8) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Mon, 23 Oct 2023 15:00:43 -0700 Received: by devbig077.ldc1.facebook.com (Postfix, from userid 158236) id BF5712632D0BA; Mon, 23 Oct 2023 15:00:31 -0700 (PDT) From: Dave Marchevsky <davemarchevsky@fb.com> To: <bpf@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Martin KaFai Lau <martin.lau@kernel.org>, Kernel Team <kernel-team@fb.com>, Dave Marchevsky <davemarchevsky@fb.com> Subject: [PATCH v1 bpf-next 0/4] Descend into struct, array types when searching for fields Date: Mon, 23 Oct 2023 15:00:26 -0700 Message-ID: <20231023220030.2556229-1-davemarchevsky@fb.com> X-Mailer: git-send-email 2.34.1 X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: Zd89nhBr0Z-WS2VhuGKBRVfvLgFVJ5Yk X-Proofpoint-ORIG-GUID: Zd89nhBr0Z-WS2VhuGKBRVfvLgFVJ5Yk Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: <bpf.vger.kernel.org> List-Subscribe: <mailto:bpf+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:bpf+unsubscribe@vger.kernel.org> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-10-23_21,2023-10-19_01,2023-05-22_02 X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
Descend into struct, array types when searching for fields
|
expand
|