Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/
H A Dmod.rs28 bpf_cmd::BPF_MAP_GET_NEXT_KEY => map::bpf_map_get_next_key(attr), in bpf()
/DragonOS/kernel/src/bpf/map/
H A Dmod.rs313 pub fn bpf_map_get_next_key(attr: &bpf_attr) -> Result<usize> { in bpf_map_get_next_key() function
/DragonOS/docs/kernel/trace/
H A DeBPF.md128 bpf_cmd::BPF_MAP_GET_NEXT_KEY => map::bpf_map_get_next_key(attr),