Home
last modified time | relevance | path

Searched refs:split_ops (Results 1 – 11 of 11) sorted by relevance

/linux/net/netlink/
H A Dgenetlink.c215 if (family->split_ops[i + cnt].flags & GENL_CMD_CAP_DO) { in genl_op_from_split()
216 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split()
224 family->split_ops[i + cnt].flags & GENL_CMD_CAP_DUMP && in genl_op_from_split()
225 (!cnt || family->split_ops[i + cnt].cmd == iter->doit.cmd)) { in genl_op_from_split()
226 iter->dumpit = family->split_ops[i + cnt]; in genl_op_from_split()
244 if (family->split_ops[i].cmd == cmd && in genl_get_cmd_split()
245 family->split_ops[i].flags & flag) { in genl_get_cmd_split()
246 *op = family->split_ops[i]; in genl_get_cmd_split()
573 WARN_ON(family->n_split_ops && !family->split_ops)) in genl_validate_ops()
592 if (genl_split_op_check(&family->split_ops[0])) in genl_validate_ops()
[all …]
/linux/kernel/power/
H A Dem_netlink_autogen.c57 .split_ops = dev_energymodel_nl_ops,
/linux/net/psp/
H A Dpsp-nl-gen.c167 .split_ops = psp_nl_ops,
/linux/net/shaper/
H A Dshaper_nl_gen.c158 .split_ops = net_shaper_nl_ops,
/linux/drivers/dpll/
H A Ddpll_nl.c171 .split_ops = dpll_nl_ops,
/linux/fs/nfsd/
H A Dnetlink.c246 .split_ops = nfsd_nl_ops,
/linux/net/core/
H A Dnetdev-genl-gen.c276 .split_ops = netdev_nl_ops,
/linux/drivers/net/ovpn/
H A Dnetlink-gen.c274 .split_ops = ovpn_nl_ops,
/linux/include/net/
H A Dgenetlink.h101 const struct genl_split_ops *split_ops; member
/linux/net/devlink/
H A Dnetlink.c468 .split_ops = devlink_nl_ops,
/linux/drivers/virtio/
H A Dvirtio_ring.c1339 static const struct virtqueue_ops split_ops; variable
2680 static const struct virtqueue_ops split_ops = { variable
2781 typeof(split_ops.op(__VIRTQUEUE_CALL_vq, ##__VA_ARGS__)) ret; \
2785 ret = split_ops.op(__VIRTQUEUE_CALL_vq, ##__VA_ARGS__); \
2809 split_ops.op(__VIRTQUEUE_CALL_vq, ##__VA_ARGS__); \