HomeSort by relevance Sort by last modified time
    Searched refs:bpf_map_create (Results 1 - 2 of 2) sorted by null

  /external/strace/
bpf.c 42 bpf_map_create(struct tcb *const tcp, const kernel_ulong_t addr, function
266 case BPF_MAP_CREATE:
267 rc = bpf_map_create(tcp, addr, size);
  /external/iproute2/tc/
tc_bpf.c 745 static int bpf_map_create(enum bpf_map_type type, unsigned int size_key, function
755 return bpf(BPF_MAP_CREATE, &attr, sizeof(attr));
1078 fd = bpf_map_create(map->type, map->size_key, map->size_value,
    [all...]

Completed in 186 milliseconds