/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_netlink.c | 40 .dumpit = smc_nl_get_sys_info, 45 .dumpit = smcr_nl_get_lgr, 50 .dumpit = smcr_nl_get_link, 55 .dumpit = smcd_nl_get_lgr, 60 .dumpit = smcd_nl_get_device, 65 .dumpit = smcr_nl_get_device, 70 .dumpit = smc_nl_get_stats, 75 .dumpit = smc_nl_get_fback_stats, 80 .dumpit = smc_nl_dump_ueid, 102 .dumpit [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 85 def dumpit(ynl, args, op_name, extra = {}): function 87 Prepare request header, parse arguments and dumpit (filtering out the 186 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags']) 191 eee = dumpit(ynl, args, 'eee-get') 212 print_field(dumpit(ynl, args, 'pause-get'), 219 print_field(dumpit(ynl, args, 'coalesce-get')) 223 reply = dumpit(ynl, args, 'features-get') 250 reply = dumpit(ynl, args, 'channels-get') 270 reply = dumpit(ynl, args, 'channels-get') 299 strset = dumpit(yn [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | netlink.c | 166 .dumpit = tipc_nl_bearer_dump, 182 .dumpit = tipc_nl_sk_dump, 189 .dumpit = tipc_nl_publ_dump, 195 .dumpit = tipc_nl_node_dump_link, 211 .dumpit = tipc_nl_media_dump, 221 .dumpit = tipc_nl_node_dump, 226 .dumpit = tipc_nl_net_dump, 236 .dumpit = tipc_nl_name_table_dump, 247 .dumpit = tipc_nl_node_dump_monitor, 253 .dumpit [all...] |
H A D | netlink_compat.c | 67 int (*dumpit)(struct sk_buff *, struct netlink_callback *); member 225 len = (*cmd->dumpit)(buf, &cb); in __tipc_nl_compat_dumpit() 1030 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump() 1208 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle() 1225 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1231 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1251 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle() 1257 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle() 1262 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle() 1267 dump.dumpit in tipc_nl_compat_handle() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | netlink.c | 166 .dumpit = tipc_nl_bearer_dump, 182 .dumpit = tipc_nl_sk_dump, 189 .dumpit = tipc_nl_publ_dump, 195 .dumpit = tipc_nl_node_dump_link, 211 .dumpit = tipc_nl_media_dump, 221 .dumpit = tipc_nl_node_dump, 226 .dumpit = tipc_nl_net_dump, 236 .dumpit = tipc_nl_name_table_dump, 247 .dumpit = tipc_nl_node_dump_monitor, 253 .dumpit [all...] |
H A D | netlink_compat.c | 68 int (*dumpit)(struct sk_buff *, struct netlink_callback *); member 224 len = (*cmd->dumpit)(buf, &cb); in __tipc_nl_compat_dumpit() 1029 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump() 1207 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle() 1224 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1230 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1250 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle() 1256 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle() 1261 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle() 1266 dump.dumpit in tipc_nl_compat_handle() [all...] |
/kernel/linux/linux-6.6/net/devlink/ |
H A D | netlink_gen.c | 225 .dumpit = devlink_nl_get_dumpit, 240 .dumpit = devlink_nl_port_get_dumpit, 257 .dumpit = devlink_nl_sb_get_dumpit, 274 .dumpit = devlink_nl_sb_pool_get_dumpit, 291 .dumpit = devlink_nl_sb_port_pool_get_dumpit, 308 .dumpit = devlink_nl_sb_tc_pool_bind_get_dumpit, 325 .dumpit = devlink_nl_param_get_dumpit, 342 .dumpit = devlink_nl_region_get_dumpit, 360 .dumpit = devlink_nl_info_get_dumpit, 375 .dumpit [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | netlink.c | 251 * struct ethnl_dump_ctx - context structure for generic dumpit() callback 480 /* Default ->dumpit() handler for GET requests. Device iteration copied from 787 .dumpit = ethnl_default_dumpit, 796 .dumpit = ethnl_default_dumpit, 812 .dumpit = ethnl_default_dumpit, 828 .dumpit = ethnl_default_dumpit, 837 .dumpit = ethnl_default_dumpit, 854 .dumpit = ethnl_default_dumpit, 870 .dumpit = ethnl_default_dumpit, 886 .dumpit [all...] |
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 147 struct genl_split_ops dumpit; member 186 op->dumpit = family->small_ops[i].dumpit; in genl_op_from_small() 229 iter->dumpit = family->split_ops[i + cnt]; in genl_op_from_split() 230 genl_op_fill_in_reject_policy_split(family, &iter->dumpit); in genl_op_from_split() 233 memset(&iter->dumpit, 0, sizeof(iter->dumpit)); in genl_op_from_split() 262 (flags & GENL_CMD_CAP_DUMP && !full->dumpit)) { in genl_cmd_full_to_split() 269 op->dumpit = full->dumpit; in genl_cmd_full_to_split() 322 genl_get_cmd_both(u32 cmd, const struct genl_family *family, struct genl_split_ops *doit, struct genl_split_ops *dumpit) genl_get_cmd_both() argument 1507 ctrl_dumppolicy_put_op(struct sk_buff *skb, struct netlink_callback *cb, struct genl_split_ops *doit, struct genl_split_ops *dumpit) ctrl_dumppolicy_put_op() argument 1567 struct genl_split_ops doit, dumpit; ctrl_dumppolicy() local [all...] |
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | netlink.c | 213 * struct ethnl_dump_ctx - context structure for generic dumpit() callback 414 /* Default ->dumpit() handler for GET requests. Device iteration copied from 694 .dumpit = ethnl_default_dumpit, 703 .dumpit = ethnl_default_dumpit, 719 .dumpit = ethnl_default_dumpit, 735 .dumpit = ethnl_default_dumpit, 744 .dumpit = ethnl_default_dumpit, 761 .dumpit = ethnl_default_dumpit, 777 .dumpit = ethnl_default_dumpit, 793 .dumpit [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_mgmt.c | 767 .dumpit = NULL, 774 .dumpit = NULL, 781 .dumpit = netlbl_mgmt_listall, 788 .dumpit = NULL, 795 .dumpit = NULL, 802 .dumpit = NULL, 809 .dumpit = netlbl_mgmt_protocols, 816 .dumpit = NULL,
|
H A D | netlabel_calipso.c | 338 .dumpit = NULL, 345 .dumpit = NULL, 352 .dumpit = NULL, 359 .dumpit = netlbl_calipso_listall,
|
H A D | netlabel_unlabeled.c | 1317 .dumpit = NULL, 1324 .dumpit = NULL, 1331 .dumpit = netlbl_unlabel_staticlist, 1338 .dumpit = NULL, 1345 .dumpit = NULL, 1352 .dumpit = netlbl_unlabel_staticlistdef, 1359 .dumpit = NULL, 1366 .dumpit = NULL,
|
H A D | netlabel_cipso_v4.c | 736 .dumpit = NULL, 743 .dumpit = NULL, 750 .dumpit = NULL, 757 .dumpit = netlbl_cipsov4_listall,
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_mgmt.c | 767 .dumpit = NULL, 774 .dumpit = NULL, 781 .dumpit = netlbl_mgmt_listall, 788 .dumpit = NULL, 795 .dumpit = NULL, 802 .dumpit = NULL, 809 .dumpit = netlbl_mgmt_protocols, 816 .dumpit = NULL,
|
H A D | netlabel_calipso.c | 338 .dumpit = NULL, 345 .dumpit = NULL, 352 .dumpit = NULL, 359 .dumpit = netlbl_calipso_listall,
|
H A D | netlabel_unlabeled.c | 1315 .dumpit = NULL, 1322 .dumpit = NULL, 1329 .dumpit = netlbl_unlabel_staticlist, 1336 .dumpit = NULL, 1343 .dumpit = NULL, 1350 .dumpit = netlbl_unlabel_staticlistdef, 1357 .dumpit = NULL, 1364 .dumpit = NULL,
|
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | ieee802154.h | 15 .dumpit = NULL, \ 23 .dumpit = _dump, \
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | ieee802154.h | 15 .dumpit = NULL, \ 23 .dumpit = _dump, \
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 145 op->dumpit = family->small_ops[i].dumpit; in genl_op_from_small() 366 if (op.dumpit == NULL && op.doit == NULL) in genl_validate_ops() 623 rc = ops->dumpit(skb, cb); in genl_lock_dumpit() 667 if (!ops->dumpit) in genl_family_rcv_msg_dumpit() 693 .dump = ops->dumpit, in genl_family_rcv_msg_dumpit() 852 if (op.dumpit) in ctrl_fill_info() 1229 (!op->dumpit || op->validate & GENL_DONT_VALIDATE_DUMP)) in ctrl_dumppolicy_put_op() 1252 if (op->dumpit && !(op->validate & GENL_DONT_VALIDATE_DUMP) && in ctrl_dumppolicy_put_op() 1339 .dumpit [all...] |
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | netlink.c | 1382 .dumpit = batadv_algo_dump, 1388 .dumpit = batadv_netlink_dump_hardif, 1397 .dumpit = batadv_tt_local_dump, 1403 .dumpit = batadv_tt_global_dump, 1409 .dumpit = batadv_orig_dump, 1415 .dumpit = batadv_hardif_neigh_dump, 1421 .dumpit = batadv_gw_dump, 1427 .dumpit = batadv_bla_claim_dump, 1433 .dumpit = batadv_bla_backbone_dump, 1439 .dumpit [all...] |
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | netlink.c | 1388 .dumpit = batadv_algo_dump, 1394 .dumpit = batadv_netlink_dump_hardif, 1403 .dumpit = batadv_tt_local_dump, 1409 .dumpit = batadv_tt_global_dump, 1415 .dumpit = batadv_orig_dump, 1421 .dumpit = batadv_hardif_neigh_dump, 1427 .dumpit = batadv_gw_dump, 1433 .dumpit = batadv_bla_claim_dump, 1439 .dumpit = batadv_bla_backbone_dump, 1445 .dumpit [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | genetlink.h | 158 * @dumpit: callback for dumpers 165 int (*dumpit)(struct sk_buff *skb, struct netlink_callback *cb); member 182 * @dumpit: callback for dumpers 189 int (*dumpit)(struct sk_buff *skb, member 218 * @dumpit: callback for dumpers 239 int (*dumpit)(struct sk_buff *skb, member 253 * struct genl_dumpit_info - info that is available during dumpit op call
|
/kernel/linux/linux-6.6/net/core/ |
H A D | netdev-genl-gen.c | 29 .dumpit = netdev_nl_dev_get_dumpit,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_nl.c | 46 .dumpit = fou_nl_get_dumpit,
|