tools/testing/selftests/bpf/prog_tests/xdpwall.c

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/prog_tests/xdpwall.c

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/prog_tests/xdpwall.c
Extension
.c
Size
360 bytes
Lines
16
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2021 Facebook */

#include "test_progs.h"
#include "xdpwall.skel.h"

void test_xdpwall(void)
{
	struct xdpwall *skel;

	skel = xdpwall__open_and_load();
	ASSERT_OK_PTR(skel, "Does LLVM have https://github.com/llvm/llvm-project/commit/ea72b0319d7b0f0c2fcf41d121afa5d031b319d5?");

	xdpwall__destroy(skel);
}

Annotation

Implementation Notes