Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map7 bpf_create_map_name;
H A Dbpf.h60 LIBBPF_API int bpf_create_map_name(enum bpf_map_type map_type, const char *name,
H A Dxsk.c488 fd = bpf_create_map_name(BPF_MAP_TYPE_XSKMAP, "xsks_map", in xsk_create_bpf_maps()
H A Dbpf.c141 int bpf_create_map_name(enum bpf_map_type map_type, const char *name, in bpf_create_map_name() function