Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c6158 #define BPF_PROG_BIND_MAP_LAST_FIELD prog_bind_map.flags
6170 if (attr->prog_bind_map.flags) in bpf_prog_bind_map()
6173 prog = bpf_prog_get(attr->prog_bind_map.prog_fd); in bpf_prog_bind_map()
6177 map = bpf_map_get(attr->prog_bind_map.map_fd); in bpf_prog_bind_map()
/linux/tools/include/uapi/linux/
H A Dbpf.h1933 } prog_bind_map; member
/linux/include/uapi/linux/
H A Dbpf.h1933 } prog_bind_map; member