ebpf-for-windows/tests/sample/bpf.c

10 строки
142 B
C

// Copyright (c) Microsoft Corporation
// SPDX-License-Identifier: MIT
#pragma clang section text = "xdp_prog"
int
func()
{
return 42;
}