Home
last modified time | relevance | path

Searched refs:GENL_CMD_CAP_DO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/devlink/
H A Dnetlink_gen.c220 .flags = GENL_CMD_CAP_DO,
236 .flags = GENL_CMD_CAP_DO,
253 .flags = GENL_CMD_CAP_DO,
270 .flags = GENL_CMD_CAP_DO,
287 .flags = GENL_CMD_CAP_DO,
304 .flags = GENL_CMD_CAP_DO,
321 .flags = GENL_CMD_CAP_DO,
338 .flags = GENL_CMD_CAP_DO,
355 .flags = GENL_CMD_CAP_DO,
371 .flags = GENL_CMD_CAP_DO,
[all …]
/openbmc/linux/net/handshake/
H A Dgenl.c32 .flags = GENL_ADMIN_PERM | GENL_CMD_CAP_DO,
39 .flags = GENL_CMD_CAP_DO,
/openbmc/linux/net/core/
H A Dnetdev-genl-gen.c25 .flags = GENL_CMD_CAP_DO,
/openbmc/linux/include/uapi/linux/
H A Dgenetlink.h22 #define GENL_CMD_CAP_DO 0x02 macro
/openbmc/linux/net/netlink/
H A Dgenetlink.c219 if (family->split_ops[i + cnt].flags & GENL_CMD_CAP_DO) { in genl_op_from_split()
261 if ((flags & GENL_CMD_CAP_DO && !full->doit) || in genl_cmd_full_to_split()
327 err1 = genl_get_cmd(cmd, GENL_CMD_CAP_DO, family, doit); in genl_get_cmd_both()
373 &op, GENL_CMD_CAP_DO); in genl_op_iter_next()
562 if (WARN_ON(hweight8(op->flags & (GENL_CMD_CAP_DO | in genl_split_op_check()
579 if (!(i.flags & (GENL_CMD_CAP_DO | GENL_CMD_CAP_DUMP))) in genl_validate_ops()
616 ((a->flags ^ b->flags) & ~(GENL_CMD_CAP_DO | in genl_validate_ops()
622 if ((a->flags & GENL_CMD_CAP_DO) && in genl_validate_ops()
1035 GENL_CMD_CAP_DUMP : GENL_CMD_CAP_DO; in genl_family_rcv_msg()
1632 .flags = GENL_CMD_CAP_DO,