函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\arraymap.c Create Date:2022-07-27 14:27:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Called from syscall

函数原型:int array_map_alloc_check(union bpf_attr *attr)

返回类型:int

参数:

类型参数名称
union bpf_attr *attr
51  percpu等于 one of enum bpf_map_type 恒等于BPF_MAP_TYPE_PERCPU_ARRAY
52  numa_node等于bpf_map_attr_numa_node(attr)
55  如果 max number of entries in a map 恒等于0或 size of key in bytes 不等于4或 size of value in bytes 恒等于0或 BPF_MAP_CREATE related * flags defined above.按位与ARRAY_CREATE_FLAG_MASK的反或非bpf_map_flags_access_ok( BPF_MAP_CREATE related * flags defined above.)或percpunuma_node不等于NUMA_NO_NODE则返回:负EINVAL
62  如果 one of enum bpf_map_type 不等于BPF_MAP_TYPE_ARRAY BPF_MAP_CREATE related * flags defined above.按位与Enable memory-mapping BPF map 则返回:负EINVAL
66  如果 size of value in bytes 大于Maximum allocatable size 则返回:负E2BIG
72  返回:0
调用者
名称描述
fd_array_map_alloc_check
reuseport_array_alloc_check