Home
last modified time | relevance | path

Searched refs:bpf_map_create (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dbpf.c40 bpf_map_create(struct tcb *tcp, const long addr, unsigned int size) in bpf_map_create() function
189 rc = bpf_map_create(tcp, addr, size); in SYS_FUNC()
/external/iproute2/tc/
Dtc_bpf.c745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, in bpf_map_create() function
1078 fd = bpf_map_create(map->type, map->size_key, map->size_value, in bpf_map_attach()