Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/examples/
H A Duptime.rs26 let hkey = helpers::BPF_KTIME_GETNS_IDX as u8; in main()
51 vm.register_helper(helpers::BPF_KTIME_GETNS_IDX, helpers::bpf_time_getns) in main()
/DragonOS/kernel/crates/rbpf/src/
H A Dhelpers.rs26 pub const BPF_KTIME_GETNS_IDX: u32 = 5; constant