Searched refs:prog_assoc_struct_ops (Results 1 – 1 of 1) sorted by relevance
6146 #define BPF_PROG_ASSOC_STRUCT_OPS_LAST_FIELD prog_assoc_struct_ops.prog_fd6148 static int prog_assoc_struct_ops(union bpf_attr *attr) in prog_assoc_struct_ops() function6157 if (attr->prog_assoc_struct_ops.flags) in prog_assoc_struct_ops()6160 prog = bpf_prog_get(attr->prog_assoc_struct_ops.prog_fd); in prog_assoc_struct_ops()6169 map = bpf_map_get(attr->prog_assoc_struct_ops.map_fd); in prog_assoc_struct_ops()6329 err = prog_assoc_struct_ops(&attr); in __sys_bpf()