update helpers and change examples.

This commit is contained in:
2025-10-08 13:57:09 +05:30
parent 8d07a4cd05
commit d84ce0c6fa
5 changed files with 47 additions and 248447 deletions

View File

@ -4,7 +4,6 @@
SEC("xdp")
int hello(struct xdp_md *ctx) {
// ctx.
bpf_printk("Hello, World! %ud \n", ctx->data);
return XDP_PASS;
}