Searched refs:prog_assoc_struct_ops (Results 1 – 1 of 1) sorted by relevance
6192 #define BPF_PROG_ASSOC_STRUCT_OPS_LAST_FIELD prog_assoc_struct_ops.prog_fd6194 static int prog_assoc_struct_ops(union bpf_attr *attr) in prog_assoc_struct_ops() function6203 if (attr->prog_assoc_struct_ops.flags) in prog_assoc_struct_ops()6206 prog = bpf_prog_get(attr->prog_assoc_struct_ops.prog_fd); in prog_assoc_struct_ops()6215 map = bpf_map_get(attr->prog_assoc_struct_ops.map_fd); in prog_assoc_struct_ops()6375 err = prog_assoc_struct_ops(&attr); in __sys_bpf()