| /linux/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 = smc_nl_dump_seid, [all …]
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ethtool.py | 100 def dumpit(ynl, args, op_name, extra=None): 102 Prepare request header, parse arguments and dumpit (filtering out the 209 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags']) 214 eee = dumpit(ynl, args, 'eee-get') 235 print_field(dumpit(ynl, args, 'pause-get'), 242 print_field(dumpit(ynl, args, 'coalesce-get')) 246 reply = dumpit(ynl, args, 'features-get') 273 reply = dumpit(ynl, args, 'channels-get') 293 reply = dumpit(ynl, args, 'channels-get') 322 strset = dumpit(yn 91 def dumpit(ynl, args, op_name, extra = {}): global() function [all...] |
| /linux/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 = tipc_nl_node_dump_monitor_peer, [all …]
|
| H A D | netlink_compat.c | 68 int (*dumpit)(struct sk_buff *, struct netlink_callback *); member 223 len = (*cmd->dumpit)(buf, &cb); in __tipc_nl_compat_dumpit() 1026 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump() 1204 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle() 1221 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1227 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1247 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle() 1253 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle() 1258 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle() 1263 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle() [all …]
|
| /linux/net/core/ |
| H A D | netdev-genl-gen.c | 121 .dumpit = netdev_nl_dev_get_dumpit, 134 .dumpit = netdev_nl_page_pool_get_dumpit, 148 .dumpit = netdev_nl_page_pool_stats_get_dumpit, 161 .dumpit = netdev_nl_queue_get_dumpit, 175 .dumpit = netdev_nl_napi_get_dumpit, 182 .dumpit = netdev_nl_qstats_get_dumpit,
|
| H A D | rtnetlink.c | 70 rtnl_dumpit_func dumpit; member 389 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register_internal() argument 428 WARN_ON(dumpit && link->dumpit && link->dumpit != dumpit); in rtnl_register_internal() 429 if (dumpit) in rtnl_register_internal() 430 link->dumpit = dumpit; in rtnl_register_internal() 538 handler->dumpit, handle in __rtnl_register_many() 4362 rtnl_dumpit_func dumpit; rtnl_dump_all() local 6816 rtnl_dumpit_func dumpit = cb->data; rtnl_dumpit() local 6891 rtnl_dumpit_func dumpit; rtnetlink_rcv_msg() local [all...] |
| /linux/net/ethtool/ |
| H A D | netlink.c | 349 * struct ethnl_dump_ctx - context structure for generic dumpit() callback 367 * struct ethnl_perphy_dump_ctx - context for dumpit() PHY-aware callbacks 614 /* Default ->dumpit() handler for GET requests. */ in ethnl_default_dumpit() 728 * the dev's ifindex, .dumpit() will grab and release the netdev itself. in ethnl_perphy_start() 821 /* per-PHY ->dumpit() handler for GET requests. */ in ethnl_perphy_dumpit() 1138 .dumpit = ethnl_default_dumpit, 1147 .dumpit = ethnl_default_dumpit, 1163 .dumpit = ethnl_default_dumpit, 1179 .dumpit = ethnl_default_dumpit, 1188 .dumpit [all...] |
| /linux/net/netlink/ |
| H A D | genetlink.c | 149 struct genl_split_ops dumpit; member 188 op->dumpit = family->small_ops[i].dumpit; in genl_op_from_small() 232 iter->dumpit = family->split_ops[i + cnt]; in genl_op_from_split() 233 genl_op_fill_in_reject_policy_split(family, &iter->dumpit); in genl_op_from_split() 236 memset(&iter->dumpit, 0, sizeof(iter->dumpit)); in genl_op_from_split() 265 (flags & GENL_CMD_CAP_DUMP && !full->dumpit)) { in genl_cmd_full_to_split() 272 op->dumpit = full->dumpit; in genl_cmd_full_to_split() 326 struct genl_split_ops *doit, struct genl_split_ops *dumpit) in genl_get_cmd_both() argument 331 err2 = genl_get_cmd(cmd, GENL_CMD_CAP_DUMP, family, dumpit); in genl_get_cmd_both() 377 genl_cmd_full_to_split(&iter->dumpit, family, in genl_op_iter_next() [all …]
|
| /linux/net/netlabel/ |
| H A D | netlabel_mgmt.c | 762 .dumpit = NULL, 769 .dumpit = NULL, 776 .dumpit = netlbl_mgmt_listall, 783 .dumpit = NULL, 790 .dumpit = NULL, 797 .dumpit = NULL, 804 .dumpit = netlbl_mgmt_protocols, 811 .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 | 1307 .dumpit = NULL, 1314 .dumpit = NULL, 1321 .dumpit = netlbl_unlabel_staticlist, 1328 .dumpit = NULL, 1335 .dumpit = NULL, 1342 .dumpit = netlbl_unlabel_staticlistdef, 1349 .dumpit = NULL, 1356 .dumpit = NULL,
|
| H A D | netlabel_cipso_v4.c | 736 .dumpit = NULL, 743 .dumpit = NULL, 750 .dumpit = NULL, 757 .dumpit = netlbl_cipsov4_listall,
|
| /linux/include/linux/ |
| H A D | drbd_genl.h | 346 .dumpit = drbd_adm_get_status_all, 461 .dumpit = drbd_adm_dump_resources, 469 .dumpit = drbd_adm_dump_devices, 478 .dumpit = drbd_adm_dump_connections, 487 .dumpit = drbd_adm_dump_peer_devices, 525 .dumpit = drbd_adm_get_initial_state,
|
| H A D | genl_magic_struct.h | 110 .dumpit = handler, \
|
| /linux/net/ieee802154/ |
| H A D | ieee802154.h | 15 .dumpit = NULL, \ 23 .dumpit = _dump, \
|
| H A D | nl802154.c | 2776 .dumpit = nl802154_dump_wpan_phy, 2786 .dumpit = nl802154_dump_interface, 2960 .dumpit = nl802154_list_associations, 2977 .dumpit = nl802154_dump_llsec_key, 3004 .dumpit = nl802154_dump_llsec_dev, 3031 .dumpit = nl802154_dump_llsec_devkey, 3057 .dumpit = nl802154_dump_llsec_seclevel,
|
| /linux/net/shaper/ |
| H A D | shaper_nl_gen.c | 94 .dumpit = net_shaper_nl_get_dumpit, 139 .dumpit = net_shaper_nl_cap_get_dumpit,
|
| /linux/net/ipv4/ |
| H A D | fou_nl.c | 47 .dumpit = fou_nl_get_dumpit,
|
| /linux/kernel/power/ |
| H A D | em_netlink_autogen.c | 35 .dumpit = dev_energymodel_nl_get_perf_domains_dumpit,
|
| /linux/net/ipv6/ila/ |
| H A D | ila_main.c | 39 .dumpit = ila_xlat_nl_dump,
|
| /linux/net/phonet/ |
| H A D | pn_netlink.c | 324 .dumpit = getaddr_dumpit, .flags = RTNL_FLAG_DUMP_UNLOCKED}, 330 .dumpit = route_dumpit, .flags = RTNL_FLAG_DUMP_UNLOCKED},
|
| /linux/net/hsr/ |
| H A D | hsr_netlink.c | 540 .dumpit = NULL, 547 .dumpit = NULL,
|
| /linux/include/net/ |
| H A D | rtnetlink.h | 50 rtnl_dumpit_func dumpit; member
|
| /linux/drivers/thermal/ |
| H A D | thermal_netlink.c | 860 .dumpit = thermal_genl_cmd_dumpit, 880 .dumpit = thermal_genl_cmd_dumpit,
|
| /linux/net/ipv6/ |
| H A D | ioam6.c | 573 .dumpit = ioam6_genl_dumpns, 597 .dumpit = ioam6_genl_dumpsc,
|