Searched refs:prog_bind_map (Results 1 – 2 of 2) sorted by relevance
1299 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()
1823 } prog_bind_map; member