Home
last modified time | relevance | path

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

/linux/net/netlink/
H A Dgenetlink.c221 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()
230 family->split_ops[i + cnt].flags & GENL_CMD_CAP_DUMP && in genl_op_from_split()
231 (!cnt || family->split_ops[i + cnt].cmd == iter->doit.cmd)) { 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()
[all …]
/linux/drivers/android/
H A Dbinder_netlink.c28 .split_ops = binder_nl_ops,
/linux/fs/lockd/
H A Dnetlink.c43 .split_ops = lockd_nl_ops,
/linux/net/handshake/
H A Dgenl.c55 .split_ops = handshake_nl_ops,
/linux/kernel/power/
H A Dem_netlink_autogen.c57 .split_ops = dev_energymodel_nl_ops,
/linux/fs/nfsd/
H A Dnetlink.c113 .split_ops = nfsd_nl_ops,
/linux/net/psp/
H A Dpsp-nl-gen.c135 .split_ops = psp_nl_ops,
/linux/net/shaper/
H A Dshaper_nl_gen.c153 .split_ops = net_shaper_nl_ops,
/linux/drivers/dpll/
H A Ddpll_nl.c167 .split_ops = dpll_nl_ops,
/linux/net/core/
H A Dnetdev-genl-gen.c231 .split_ops = netdev_nl_ops,
/linux/drivers/net/ovpn/
H A Dnetlink-gen.c259 .split_ops = ovpn_nl_ops,
/linux/net/devlink/
H A Dnetlink.c368 .split_ops = devlink_nl_ops,
/linux/include/net/
H A Dgenetlink.h101 const struct genl_split_ops *split_ops; member
/linux/drivers/virtio/
H A Dvirtio_ring.c1296 static const struct virtqueue_ops split_ops; variable
2637 static const struct virtqueue_ops split_ops = { variable
2738 typeof(split_ops.op(__VIRTQUEUE_CALL_vq, ##__VA_ARGS__)) ret; \
2742 ret = split_ops.op(__VIRTQUEUE_CALL_vq, ##__VA_ARGS__); \
2766 split_ops.op(__VIRTQUEUE_CALL_vq, ##__VA_ARGS__); \
/linux/drivers/net/wireguard/
H A Dnetlink.c588 .split_ops = wireguard_nl_ops,