Searched refs:bpf_map_create (Results 1 – 2 of 2) sorted by relevance
40 bpf_map_create(struct tcb *tcp, const long addr, unsigned int size) in bpf_map_create() function189 rc = bpf_map_create(tcp, addr, size); in SYS_FUNC()
745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, in bpf_map_create() function1078 fd = bpf_map_create(map->type, map->size_key, map->size_value, in bpf_map_attach()