Home
last modified time | relevance | path

Searched refs:raw_file_ptr (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/bpf/prog/
H A Dmod.rs23 raw_file_ptr: Vec<usize>, field
30 raw_file_ptr: Vec::new(), in new()
43 self.raw_file_ptr.push(map_ptr); in insert_map()
103 for ptr in self.raw_file_ptr.iter() { in drop()
H A Dverifier.rs40 let mut raw_file_ptr = vec![]; in relocation() localVariable
90 raw_file_ptr.push(map_ptr); in relocation()
121 for ptr in raw_file_ptr { in relocation()