Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.map206 bpf_prog_bind_map;
Dbpf.h614 LIBBPF_API int bpf_prog_bind_map(int prog_fd, int map_fd,
Dbpf.c1272 int bpf_prog_bind_map(int prog_fd, int map_fd, in bpf_prog_bind_map() function
Dlibbpf.c5179 ret = bpf_prog_bind_map(prog, map, NULL);
7448 if (bpf_prog_bind_map(ret, bpf_map__fd(map), NULL)) {