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.c262 (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()
375 &op, GENL_CMD_CAP_DUMP); in genl_op_iter_next()
563 GENL_CMD_CAP_DUMP)) != 1)) in genl_split_op_check()
617 GENL_CMD_CAP_DUMP))) { in genl_validate_ops()
623 (b->flags & GENL_CMD_CAP_DUMP)) in genl_validate_ops()
1035 GENL_CMD_CAP_DUMP : GENL_CMD_CAP_DO; in genl_family_rcv_msg()
1047 if (flags & GENL_CMD_CAP_DUMP) in genl_family_rcv_msg()
1640 .flags = GENL_CMD_CAP_DUMP,
[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