Searched refs:prog_assoc_struct_ops (Results 1 – 1 of 1) sorted by relevance
6170 #define BPF_PROG_ASSOC_STRUCT_OPS_LAST_FIELD prog_assoc_struct_ops.prog_fd in prog_assoc_struct_ops() 6172 static int prog_assoc_struct_ops(union bpf_attr *attr) in prog_assoc_struct_ops() 6181 if (attr->prog_assoc_struct_ops.flags) in prog_assoc_struct_ops() 6184 prog = bpf_prog_get(attr->prog_assoc_struct_ops.prog_fd); in prog_assoc_struct_ops() 6193 map = bpf_map_get(attr->prog_assoc_struct_ops.map_fd); in prog_assoc_struct_ops() 6353 err = prog_assoc_struct_ops(&attr); in __sys_bpf() 6169 static int prog_assoc_struct_ops(union bpf_attr *attr) prog_assoc_struct_ops() function