Searched refs:GENL_CMD_CAP_DUMP (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/devlink/ |
H A D | netlink_gen.c | 226 .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 D | genetlink.c | 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() 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() 1636 .flags = GENL_CMD_CAP_DUMP, [all …]
|
/openbmc/linux/net/core/ |
H A D | netdev-genl-gen.c | 30 .flags = GENL_CMD_CAP_DUMP,
|
/openbmc/linux/include/uapi/linux/ |
H A D | genetlink.h | 23 #define GENL_CMD_CAP_DUMP 0x04 macro
|