Home
last modified time | relevance | path

Searched refs:GENL_CMD_CAP_DUMP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/devlink/
H A Dnetlink_gen.c226 .flags = GENL_CMD_CAP_DUMP,
243 .flags = GENL_CMD_CAP_DUMP,
260 .flags = GENL_CMD_CAP_DUMP,
277 .flags = GENL_CMD_CAP_DUMP,
294 .flags = GENL_CMD_CAP_DUMP,
311 .flags = GENL_CMD_CAP_DUMP,
328 .flags = GENL_CMD_CAP_DUMP,
345 .flags = GENL_CMD_CAP_DUMP,
361 .flags = GENL_CMD_CAP_DUMP,
378 .flags = GENL_CMD_CAP_DUMP,
[all …]
/openbmc/linux/net/netlink/
H A Dgenetlink.c228 family->split_ops[i + cnt].flags & GENL_CMD_CAP_DUMP) { in genl_op_from_split()
262 (flags & GENL_CMD_CAP_DUMP && !full->dumpit)) { in genl_cmd_full_to_split()
267 if (flags & GENL_CMD_CAP_DUMP) { in genl_cmd_full_to_split()
277 if (flags & GENL_CMD_CAP_DUMP && in genl_cmd_full_to_split()
328 err2 = genl_get_cmd(cmd, GENL_CMD_CAP_DUMP, family, dumpit); in genl_get_cmd_both()
375 &op, GENL_CMD_CAP_DUMP); in genl_op_iter_next()
563 GENL_CMD_CAP_DUMP)) != 1)) in genl_split_op_check()
579 if (!(i.flags & (GENL_CMD_CAP_DO | GENL_CMD_CAP_DUMP))) in genl_validate_ops()
617 GENL_CMD_CAP_DUMP))) { in genl_validate_ops()
623 (b->flags & GENL_CMD_CAP_DUMP)) in genl_validate_ops()
[all …]
/openbmc/linux/net/core/
H A Dnetdev-genl-gen.c30 .flags = GENL_CMD_CAP_DUMP,
/openbmc/linux/include/uapi/linux/
H A Dgenetlink.h23 #define GENL_CMD_CAP_DUMP 0x04 macro