Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/helper/
H A Dconsts.rs10 pub const HELPER_MAP_POP_ELEM: u32 = 88; constant
H A Dmod.rs336 map.insert(HELPER_MAP_POP_ELEM, define_func!(raw_map_pop_elem)); in init_helper_functions()