Searched refs:split_ops (Results 1 – 5 of 5) sorted by relevance
44 .split_ops = netdev_nl_ops,
219 if (family->split_ops[i + cnt].flags & GENL_CMD_CAP_DO) { in genl_op_from_split()220 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split()229 iter->dumpit = family->split_ops[i + cnt]; in genl_op_from_split()247 if (family->split_ops[i].cmd == cmd && in genl_get_cmd_split()248 family->split_ops[i].flags & flag) { in genl_get_cmd_split()249 *op = family->split_ops[i]; in genl_get_cmd_split()575 WARN_ON(family->n_split_ops && !family->split_ops)) in genl_validate_ops()594 if (genl_split_op_check(&family->split_ops[0])) in genl_validate_ops()601 a = &family->split_ops[s - 1]; in genl_validate_ops()602 b = &family->split_ops[s]; in genl_validate_ops()[all …]
54 .split_ops = handshake_nl_ops,
83 const struct genl_split_ops *split_ops; member
521 .split_ops = devlink_nl_ops,