Home
last modified time | relevance | path

Searched refs:dumpit (Results 1 – 25 of 57) sorted by relevance

123

/linux/net/smc/ !
H A Dsmc_netlink.c40 .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...]
/linux/tools/net/ynl/pyynl/ !
H A Dethtool.py89 def dumpit(ynl, args, op_name, extra = {}): function
91 Prepare request header, parse arguments and dumpit (filtering out the
191 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags'])
196 eee = dumpit(ynl, args, 'eee-get')
217 print_field(dumpit(ynl, args, 'pause-get'),
224 print_field(dumpit(ynl, args, 'coalesce-get'))
228 reply = dumpit(ynl, args, 'features-get')
255 reply = dumpit(ynl, args, 'channels-get')
275 reply = dumpit(ynl, args, 'channels-get')
304 strset = dumpit(yn
[all...]
/linux/net/tipc/ !
H A Dnetlink.c166 .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...]
/linux/net/ethtool/ !
H A Dnetlink.c349 * struct ethnl_dump_ctx - context structure for generic dumpit() callback
367 * struct ethnl_perphy_dump_ctx - context for dumpit() PHY-aware callbacks
613 /* Default ->dumpit() handler for GET requests. */
727 * the dev's ifindex, .dumpit() will grab and release the netdev itself. in ethnl_perphy_start()
820 /* per-PHY ->dumpit() handler for GET requests. */
1137 .dumpit = ethnl_default_dumpit,
1146 .dumpit = ethnl_default_dumpit,
1162 .dumpit = ethnl_default_dumpit,
1178 .dumpit = ethnl_default_dumpit,
1187 .dumpit
[all...]
/linux/net/netlink/ !
H A Dgenetlink.c149 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 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
1652 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
1709 struct genl_split_ops doit, dumpit; ctrl_dumppolicy() local
[all...]
/linux/net/devlink/ !
H A Dnetlink_gen.c619 .dumpit = devlink_nl_get_dumpit,
634 .dumpit = devlink_nl_port_get_dumpit,
701 .dumpit = devlink_nl_sb_get_dumpit,
718 .dumpit = devlink_nl_sb_pool_get_dumpit,
745 .dumpit = devlink_nl_sb_port_pool_get_dumpit,
772 .dumpit = devlink_nl_sb_tc_pool_bind_get_dumpit,
909 .dumpit = devlink_nl_param_get_dumpit,
936 .dumpit = devlink_nl_region_get_dumpit,
964 .dumpit = devlink_nl_region_read_dumpit,
982 .dumpit
[all...]
/linux/net/netlabel/ !
H A Dnetlabel_mgmt.c762 .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 Dnetlabel_calipso.c338 .dumpit = NULL,
345 .dumpit = NULL,
352 .dumpit = NULL,
359 .dumpit = netlbl_calipso_listall,
H A Dnetlabel_unlabeled.c1307 .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 Dnetlabel_cipso_v4.c736 .dumpit = NULL,
743 .dumpit = NULL,
750 .dumpit = NULL,
757 .dumpit = netlbl_cipsov4_listall,
/linux/include/linux/ !
H A Ddrbd_genl.h74 * GENL_op_init( .doit = x, .dumpit = y, .flags = something)
75 * GENL_doit(x) => .dumpit = NULL, .flags = GENL_ADMIN_PERM
346 .dumpit = drbd_adm_get_status_all,
351 * Or a subset of objects in .dumpit. */
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 Dgenl_magic_struct.h110 .dumpit = handler, \
/linux/net/ieee802154/ !
H A Dieee802154.h15 .dumpit = NULL, \
23 .dumpit = _dump, \
H A Dnl802154.c2776 .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/batman-adv/ !
H A Dnetlink.c1443 .dumpit = batadv_algo_dump,
1449 .dumpit = batadv_netlink_dump_hardif,
1458 .dumpit = batadv_tt_local_dump,
1464 .dumpit = batadv_tt_global_dump,
1470 .dumpit = batadv_orig_dump,
1476 .dumpit = batadv_hardif_neigh_dump,
1482 .dumpit = batadv_gw_dump,
1488 .dumpit = batadv_bla_claim_dump,
1494 .dumpit = batadv_bla_backbone_dump,
1500 .dumpit
[all...]
/linux/net/shaper/ !
H A Dshaper_nl_gen.c93 .dumpit = net_shaper_nl_get_dumpit,
138 .dumpit = net_shaper_nl_cap_get_dumpit,
/linux/drivers/dpll/ !
H A Ddpll_nl.c106 .dumpit = dpll_nl_device_get_dumpit,
138 .dumpit = dpll_nl_pin_get_dumpit,
/linux/net/ipv4/ !
H A Dfou_nl.c46 .dumpit = fou_nl_get_dumpit,
/linux/net/core/ !
H A Drtnetlink.c70 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()
4347 rtnl_dumpit_func dumpit; rtnl_dump_all() local
6804 rtnl_dumpit_func dumpit = cb->data; rtnl_dumpit() local
6879 rtnl_dumpit_func dumpit; rtnetlink_rcv_msg() local
[all...]
/linux/fs/nfsd/ !
H A Dnetlink.c52 .dumpit = nfsd_nl_rpc_status_get_dumpit,
/linux/net/ipv6/ila/ !
H A Dila_main.c39 .dumpit = ila_xlat_nl_dump,
/linux/net/mptcp/ !
H A Dmptcp_pm_gen.c112 .dumpit = mptcp_pm_nl_get_addr_dumpit,
/linux/net/hsr/ !
H A Dhsr_netlink.c526 .dumpit = NULL,
533 .dumpit = NULL,
/linux/include/net/ !
H A Drtnetlink.h42 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
43 * @flags: rtnl_link_flags to modify behaviour of doit/dumpit functions
50 rtnl_dumpit_func dumpit; member
/linux/drivers/net/ovpn/ !
H A Dnetlink-gen.c196 .dumpit = ovpn_nl_peer_get_dumpit,

123