Lines Matching refs:define_func
15 macro_rules! define_func { macro
311 map.insert(HELPER_MAP_LOOKUP_ELEM, define_func!(raw_map_lookup_elem)); in init_helper_functions()
312 map.insert(HELPER_MAP_UPDATE_ELEM, define_func!(raw_map_update_elem)); in init_helper_functions()
313 map.insert(HELPER_MAP_DELETE_ELEM, define_func!(raw_map_delete_elem)); in init_helper_functions()
316 define_func!(raw_map_for_each_elem), in init_helper_functions()
320 define_func!(raw_map_lookup_percpu_elem), in init_helper_functions()
327 define_func!(raw_perf_event_output), in init_helper_functions()
330 map.insert(HELPER_BPF_PROBE_READ, define_func!(raw_bpf_probe_read)); in init_helper_functions()
332 map.insert(HELPER_TRACE_PRINTF, define_func!(trace_printf)); in init_helper_functions()
335 map.insert(HELPER_MAP_PUSH_ELEM, define_func!(raw_map_push_elem)); in init_helper_functions()
336 map.insert(HELPER_MAP_POP_ELEM, define_func!(raw_map_pop_elem)); in init_helper_functions()
337 map.insert(HELPER_MAP_PEEK_ELEM, define_func!(raw_map_peek_elem)); in init_helper_functions()