Lines Matching defs:attach_flags
140 jsonw_string_field(json_wtr, "attach_flags", attach_flags_str);
251 __u32 attach_flags;
253 attach_flags = prog_attach_flags[iter] ?: p.attach_flags;
255 switch (attach_flags) {
266 snprintf(buf, sizeof(buf), "unknown(%x)", attach_flags);
514 int attach_flags = 0;
543 attach_flags |= BPF_F_ALLOW_MULTI;
545 attach_flags |= BPF_F_ALLOW_OVERRIDE;
552 if (bpf_prog_attach(prog_fd, cgroup_fd, attach_type, attach_flags)) {