Home
last modified time | relevance | path

Searched refs:BpfCode (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs100 pub struct BpfCode { struct
104 impl BpfCode { implementation
107 BpfCode { in new()
323 impl<'a> IntoBytes for &'a BpfCode { implementation
334 bpf_code: &'i mut BpfCode,
343 pub fn push(self) -> &'i mut BpfCode { in push() argument
404 bpf_code: &'i mut BpfCode,
411 pub fn push(self) -> &'i mut BpfCode { in push() argument
443 bpf_code: &'i mut BpfCode,
452 pub fn push(self) -> &'i mut BpfCode { in push() argument
[all …]
/DragonOS/kernel/crates/rbpf/tests/
H A Dmisc.rs255 let mut program = BpfCode::new(); in test_vm_mbuff_with_rust_api()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md547 let mut program = BpfCode::new();