Home
last modified time | relevance | path

Searched defs:bpf_cmd (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/bpf/
H A Dmod.rs22 pub fn bpf(cmd: bpf_cmd, attr: &bpf_attr) -> Result<usize> { in bpf()
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs240 impl bpf_cmd { implementation
245 pub enum bpf_cmd { enum