Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/ !
H A Dbpf.c1346 const size_t attr_sz = offsetofend(union bpf_attr, prog_bind_map); in bpf_prog_bind_map()
1354 attr.prog_bind_map.prog_fd = prog_fd; in bpf_prog_bind_map()
1355 attr.prog_bind_map.map_fd = map_fd; in bpf_prog_bind_map()
1356 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()
/linux/kernel/bpf/ !
H A Dsyscall.c5887 #define BPF_PROG_BIND_MAP_LAST_FIELD prog_bind_map.flags
5899 if (attr->prog_bind_map.flags) in bpf_prog_bind_map()
5902 prog = bpf_prog_get(attr->prog_bind_map.prog_fd); in bpf_prog_bind_map()
5906 map = bpf_map_get(attr->prog_bind_map.map_fd); in bpf_prog_bind_map()
/linux/tools/include/uapi/linux/ !
H A Dbpf.h1863 } prog_bind_map; member
/linux/include/uapi/linux/ !
H A Dbpf.h1863 } prog_bind_map; member