Searched refs:sym_bpf_create_map (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | bpf-dlopen.h | 16 extern int (*sym_bpf_create_map)(enum bpf_map_type, int key_size, int value_size, int max_entries, …
|
D | bpf-dlopen.c | 17 int (*sym_bpf_create_map)(enum bpf_map_type, int key_size, int value_size, int max_entries, __u32 … variable
|
/systemd-251/src/core/ |
D | bpf-lsm.c | 74 … inner_map_fd = sym_bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(uint32_t), sizeof(uint32_t), 128, 0); in prepare_restrict_fs_bpf() 219 int inner_map_fd = sym_bpf_create_map( in lsm_bpf_unit_restrict_filesystems()
|