Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf.c1299 const size_t attr_sz = offsetofend(union bpf_attr, prog_bind_map); in bpf_prog_bind_map()
1307 attr.prog_bind_map.prog_fd = prog_fd; in bpf_prog_bind_map()
1308 attr.prog_bind_map.map_fd = map_fd; in bpf_prog_bind_map()
1309 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()
/tools/include/uapi/linux/
Dbpf.h1823 } prog_bind_map; member