Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c928 attr.prog_bind_map.prog_fd = prog_fd; in bpf_prog_bind_map()
929 attr.prog_bind_map.map_fd = map_fd; in bpf_prog_bind_map()
930 attr.prog_bind_map.flags = OPTS_GET(opts, flags, 0); in bpf_prog_bind_map()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c4323 #define BPF_PROG_BIND_MAP_LAST_FIELD prog_bind_map.flags
4335 if (attr->prog_bind_map.flags) in bpf_prog_bind_map()
4338 prog = bpf_prog_get(attr->prog_bind_map.prog_fd); in bpf_prog_bind_map()
4342 map = bpf_map_get(attr->prog_bind_map.map_fd); in bpf_prog_bind_map()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h702 } prog_bind_map; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h702 } prog_bind_map; member