We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tcx_action_base
1 parent 4161993 commit a52ad4bCopy full SHA for a52ad4b
xtask/src/codegen/aya_ebpf_bindings.rs
@@ -57,6 +57,7 @@ pub fn codegen(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyhow::E
57
"user_pt_regs",
58
"user_regs_struct",
59
"xdp_action",
60
+ "tcx_action_base",
61
];
62
let vars = ["BPF_.*", "bpf_.*", "TC_ACT_.*", "SOL_SOCKET", "SO_.*"];
63
0 commit comments