// SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) // Copyright (c) 2018 Netronome Systems, Inc. #define BPF_NO_GLOBAL_DATA #include <stdbool.h> #incl
I have written a XDP program that looks at the incoming TCP packets. Basically I'm exchanging the destination IPv4 address to another server on the same network
I have written a XDP program that looks at the incoming TCP packets. Basically I'm exchanging the destination IPv4 address to another server on the same network
I’m trying to use bpf_get_stackid in the eBPF to query the kernel stack with the flag BPF_F_FAST_STACK_CMP. In the stacks map(BPF_MAP_TYPE_STACK_TRACE typ