FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | DEBUG_PRINT(fmt, ...) |
#define | ntohs(x) __constant_ntohs(x) |
Functions | |
int | xdp_sock_prog (struct xdp_md *ctx) |
Variables | |
struct bpf_map_def | xsks_map |
#define DEBUG_PRINT | ( | fmt, | |
... | |||
) |
Definition at line 26 of file af_xdp.bpf.c.
#define ntohs | ( | x | ) | __constant_ntohs(x) |
Definition at line 29 of file af_xdp.bpf.c.
int xdp_sock_prog | ( | struct xdp_md * | ctx | ) |
Definition at line 40 of file af_xdp.bpf.c.
struct bpf_map_def xsks_map |
Definition at line 32 of file af_xdp.bpf.c.