Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/helper/
H A Dconsts.rs3 pub const HELPER_MAP_DELETE_ELEM: u32 = 3; constant
H A Dmod.rs313 map.insert(HELPER_MAP_DELETE_ELEM, define_func!(raw_map_delete_elem)); in init_helper_functions()