Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 1 files:
Smatch caller information:
kernel/bpf/syscall.c generic_map_delete_batch() -> bpf_map_offload_delete_elem()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | map | 4096-ptr_max |
| PARAM_VALUE | 0 | map->key_size | 0-s32max |
| PARAM_VALUE | 0 | map->ops | 4096-ptr_max |
| PARAM_VALUE | 0 | map->ops->map_delete_batch | 5247200330534285312 |
| PARAM_VALUE | 1 | key | 1-18446744073709551614 |
| BUF_SIZE | 0 | map | s32min-(-2),1-s32max |
| BUF_SIZE | 0 | map | s32min-(-2),1-s32max |
| BUF_SIZE | 1 | key | 0-u32max |
| BUF_SIZE | 1 | key | 0-u32max |
| CAPPED_DATA | 0 | map->key_size | 1 |
| DATA_SOURCE | 0 | map | $0 |
| DATA_SOURCE | 1 | key | r __kvmalloc_node_noprof |
| USER_DATA | 1 | *key | s64min-s64max |
| USER_PTR | 1 | key |
kernel/bpf/syscall.c map_delete_elem() -> bpf_map_offload_delete_elem()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | map | 4096-ptr_max |
| PARAM_VALUE | 0 | map->ops | 4096-ptr_max |
| PARAM_VALUE | 1 | key | 0,16,4096-ptr_max |
| BUF_SIZE | 0 | map | s32min-(-2),1-s32max |
| BUF_SIZE | 0 | map | s32min-(-2),1-s32max |
| BUF_SIZE | 1 | key | s32min-s32max |
| DATA_SOURCE | 0 | map | r __bpf_map_get |
| DATA_SOURCE | 1 | key | r ___bpf_copy_key |