Lines Matching defs:attach_flags
174 jsonw_string_field(json_wtr, "attach_flags", attach_flags_str);
285 __u32 attach_flags;
287 attach_flags = prog_attach_flags[iter] ?: p.attach_flags;
289 switch (attach_flags) {
300 snprintf(buf, sizeof(buf), "unknown(%x)", attach_flags);
548 int attach_flags = 0;
577 attach_flags |= BPF_F_ALLOW_MULTI;
579 attach_flags |= BPF_F_ALLOW_OVERRIDE;
586 if (bpf_prog_attach(prog_fd, cgroup_fd, attach_type, attach_flags)) {