Home
last modified time | relevance | path

Searched refs:n_split_ops (Results 1 – 6 of 6) sorted by relevance

/linux/net/handshake/
H A Dgenl.c56 .n_split_ops = ARRAY_SIZE(handshake_nl_ops),
/linux/kernel/power/
H A Dem_netlink_autogen.c58 .n_split_ops = ARRAY_SIZE(dev_energymodel_nl_ops),
/linux/net/netlink/
H A Dgenetlink.c223 if (i + cnt < family->n_split_ops && in genl_op_from_split()
243 for (i = 0; i < family->n_split_ops; i++) in genl_get_cmd_split()
342 iter->family->n_split_ops; in genl_op_iter_init()
357 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next()
573 WARN_ON(family->n_split_ops && !family->split_ops)) in genl_validate_ops()
591 if (family->n_split_ops) { in genl_validate_ops()
596 for (s = 1; s < family->n_split_ops; s++) { in genl_validate_ops()
1801 .n_split_ops = ARRAY_SIZE(genl_ctrl_ops),
/linux/net/psp/
H A Dpsp-nl-gen.c136 .n_split_ops = ARRAY_SIZE(psp_nl_ops),
/linux/net/shaper/
H A Dshaper_nl_gen.c159 .n_split_ops = ARRAY_SIZE(net_shaper_nl_ops),
/linux/include/net/
H A Dgenetlink.h87 u8 n_split_ops; member