Searched refs:map_fd (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/bpf/map/ |
H A D | util.rs | 43 pub map_fd: u32, field 54 map_fd: u.map_fd, in from() 64 pub map_fd: u32, field 74 map_fd: u.map_fd, in from()
|
H A D | mod.rs | 257 let map = get_map_file(arg.map_fd as i32)?; in bpf_map_update_elem() 274 let map_fd = arg.map_fd; in bpf_map_freeze() localVariable 275 info!("<bpf_map_freeze>: map_fd: {:}", map_fd); in bpf_map_freeze() 276 let map = get_map_file(map_fd as i32)?; in bpf_map_freeze() 287 let map = get_map_file(arg.map_fd as _)?; in bpf_lookup_elem() 316 let map = get_map_file(arg.map_fd as i32)?; in bpf_map_get_next_key() 347 let map = get_map_file(arg.map_fd as i32)?; in bpf_map_delete_elem() 390 let map = get_map_file(arg.map_fd as i32)?; in bpf_map_lookup_and_delete_elem()
|
/DragonOS/kernel/src/bpf/prog/ |
H A D | verifier.rs | 50 let map_fd = insn.imm as usize; in relocation() localVariable 59 .get_file_by_fd(map_fd as i32) in relocation() 70 index, map_fd in relocation() 79 .get_file_by_fd(map_fd as i32) in relocation() 88 index, map_fd, map_ptr in relocation()
|
/DragonOS/kernel/src/include/bindings/ |
H A D | linux_bpf.rs | 531 pub map_fd: __u32, field 550 pub map_fd: __u32, field 753 pub map_fd: __u32, 883 pub map_fd: __u32, field
|