Home
last modified time | relevance | path

Searched refs:bpf_create_map_name (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map7 bpf_create_map_name;
Dbpf.h60 LIBBPF_API int bpf_create_map_name(enum bpf_map_type map_type, const char *name,
Dxsk.c486 fd = bpf_create_map_name(BPF_MAP_TYPE_XSKMAP, "xsks_map", in xsk_create_bpf_maps()
Dbpf.c141 int bpf_create_map_name(enum bpf_map_type map_type, const char *name, in bpf_create_map_name() function