Home
last modified time | relevance | path

Searched defs:zero_size_allowed (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dverifier.c2152 int size, bool zero_size_allowed) in __check_map_access()
2168 int off, int size, bool zero_size_allowed) in check_map_access()
2279 int off, int size, bool zero_size_allowed) in __check_packet_access()
2294 int size, bool zero_size_allowed) in check_packet_access()
2935 bool zero_size_allowed) in __check_stack_boundary()
2963 int access_size, bool zero_size_allowed, in check_stack_boundary()
3088 int access_size, bool zero_size_allowed, in check_helper_mem_access()
3374 bool zero_size_allowed = (arg_type == ARG_CONST_SIZE_OR_ZERO); in check_func_arg() local