Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstackmap.c53 static u32 stack_map_calculate_max_depth(u32 size, u32 elem_size, u64 flags) in stack_map_calculate_max_depth() function
264 max_depth = stack_map_calculate_max_depth(map->value_size, stack_map_data_size(map), flags); in __bpf_get_stackid()
336 max_depth = stack_map_calculate_max_depth(map->value_size, elem_size, flags); in BPF_CALL_3()
461 max_depth = stack_map_calculate_max_depth(size, elem_size, flags); in __bpf_get_stack()