Searched refs:GENL_CMD_CAP_DUMP (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/core/
H A Dnetdev-genl-gen.c88 .flags = GENL_CMD_CAP_DUMP,
101 .flags = GENL_CMD_CAP_DUMP,
115 .flags = GENL_CMD_CAP_DUMP,
130 .flags = GENL_CMD_CAP_DUMP,
144 .flags = GENL_CMD_CAP_DUMP,
151 .flags = GENL_CMD_CAP_DUMP,
/linux-master/fs/nfsd/
H A Dnetlink.c20 .flags = GENL_CMD_CAP_DUMP,
/linux-master/include/uapi/linux/
H A Dgenetlink.h23 #define GENL_CMD_CAP_DUMP 0x04 macro
/linux-master/net/devlink/
H A Dnetlink_gen.c586 .flags = GENL_CMD_CAP_DUMP,
603 .flags = GENL_CMD_CAP_DUMP,
670 .flags = GENL_CMD_CAP_DUMP,
687 .flags = GENL_CMD_CAP_DUMP,
714 .flags = GENL_CMD_CAP_DUMP,
741 .flags = GENL_CMD_CAP_DUMP,
878 .flags = GENL_CMD_CAP_DUMP,
905 .flags = GENL_CMD_CAP_DUMP,
933 .flags = GENL_ADMIN_PERM | GENL_CMD_CAP_DUMP,
949 .flags = GENL_CMD_CAP_DUMP,
[all...]
/linux-master/drivers/dpll/
H A Ddpll_nl.c99 .flags = GENL_ADMIN_PERM | GENL_CMD_CAP_DUMP,
133 .flags = GENL_ADMIN_PERM | GENL_CMD_CAP_DUMP,
/linux-master/net/netlink/
H A Dgenetlink.c228 family->split_ops[i + cnt].flags & GENL_CMD_CAP_DUMP &&
263 (flags & GENL_CMD_CAP_DUMP && !full->dumpit)) {
268 if (flags & GENL_CMD_CAP_DUMP) {
278 if (flags & GENL_CMD_CAP_DUMP &&
292 /* Make sure flags include the GENL_CMD_CAP_DO / GENL_CMD_CAP_DUMP */
329 err2 = genl_get_cmd(cmd, GENL_CMD_CAP_DUMP, family, dumpit);
376 &op, GENL_CMD_CAP_DUMP);
564 GENL_CMD_CAP_DUMP)) != 1))
580 if (!(i.flags & (GENL_CMD_CAP_DO | GENL_CMD_CAP_DUMP)))
618 GENL_CMD_CAP_DUMP))) {
[all...]

Completed in 118 milliseconds