Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Dnetdev-genl-gen.c25 .flags = GENL_CMD_CAP_DO,
/linux-6.3-rc2/include/uapi/linux/
A Dgenetlink.h22 #define GENL_CMD_CAP_DO 0x02 macro
/linux-6.3-rc2/net/netlink/
A Dgenetlink.c207 if (family->split_ops[i + cnt].flags & GENL_CMD_CAP_DO) { in genl_op_from_split()
249 if ((flags & GENL_CMD_CAP_DO && !full->doit) || in genl_cmd_full_to_split()
315 err1 = genl_get_cmd(cmd, GENL_CMD_CAP_DO, family, doit); in genl_get_cmd_both()
361 &op, GENL_CMD_CAP_DO); in genl_op_iter_next()
550 if (WARN_ON(hweight8(op->flags & (GENL_CMD_CAP_DO | in genl_split_op_check()
567 if (!(i.flags & (GENL_CMD_CAP_DO | GENL_CMD_CAP_DUMP))) in genl_validate_ops()
600 ((a->flags ^ b->flags) & ~(GENL_CMD_CAP_DO | in genl_validate_ops()
606 if ((a->flags & GENL_CMD_CAP_DO) && in genl_validate_ops()
1032 GENL_CMD_CAP_DUMP : GENL_CMD_CAP_DO; in genl_family_rcv_msg()
1633 .flags = GENL_CMD_CAP_DO,

Completed in 8 milliseconds