Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dbpf.c1111 const size_t attr_sz = offsetofend(union bpf_attr, prog_bind_map); in bpf_prog_bind_map()
1119 attr.prog_bind_map.prog_fd = prog_fd; in bpf_prog_bind_map()
1120 attr.prog_bind_map.map_fd = map_fd; in bpf_prog_bind_map()
1121 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()
/Linux-v6.1/kernel/bpf/
Dsyscall.c4849 #define BPF_PROG_BIND_MAP_LAST_FIELD prog_bind_map.flags
4861 if (attr->prog_bind_map.flags) in bpf_prog_bind_map()
4864 prog = bpf_prog_get(attr->prog_bind_map.prog_fd); in bpf_prog_bind_map()
4868 map = bpf_map_get(attr->prog_bind_map.map_fd); in bpf_prog_bind_map()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h1563 } prog_bind_map; member
/Linux-v6.1/include/uapi/linux/
Dbpf.h1563 } prog_bind_map; member