Searched refs:split_ops (Results 1 – 7 of 7) sorted by relevance
221 if (family->split_ops[i + cnt].flags & GENL_CMD_CAP_DO) { in genl_op_from_split()222 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split()232 iter->dumpit = family->split_ops[i + cnt]; in genl_op_from_split()250 if (family->split_ops[i].cmd == cmd && in genl_get_cmd_split()251 family->split_ops[i].flags & flag) { in genl_get_cmd_split()252 *op = family->split_ops[i]; in genl_get_cmd_split()578 WARN_ON(family->n_split_ops && !family->split_ops)) in genl_validate_ops()597 if (genl_split_op_check(&family->split_ops[0])) in genl_validate_ops()604 a = &family->split_ops[s - 1]; in genl_validate_ops()605 b = &family->split_ops[s]; in genl_validate_ops()[all …]
54 .split_ops = handshake_nl_ops,
111 .split_ops = nfsd_nl_ops,
187 .split_ops = netdev_nl_ops,
157 .split_ops = dpll_nl_ops,
101 const struct genl_split_ops *split_ops; member
368 .split_ops = devlink_nl_ops,
Completed in 34 milliseconds