Searched refs:BpfCode (Results 1 – 3 of 3) sorted by relevance
100 pub struct BpfCode { struct104 impl BpfCode { implementation107 BpfCode { in new()323 impl<'a> IntoBytes for &'a BpfCode { implementation334 bpf_code: &'i mut BpfCode,343 pub fn push(self) -> &'i mut BpfCode { in push() argument404 bpf_code: &'i mut BpfCode,411 pub fn push(self) -> &'i mut BpfCode { in push() argument443 bpf_code: &'i mut BpfCode,452 pub fn push(self) -> &'i mut BpfCode { in push() argument[all …]
255 let mut program = BpfCode::new(); in test_vm_mbuff_with_rust_api()
547 let mut program = BpfCode::new();