| /OK3568_Linux_fs/kernel/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 | 67 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 = tipc_nl_node_dump; in tipc_nl_compat_handle() [all …]
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | netlink.c | 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 = ethnl_default_dumpit, 809 .dumpit = ethnl_default_dumpit, 825 .dumpit = ethnl_default_dumpit, [all …]
|
| /OK3568_Linux_fs/kernel/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 | 313 .dumpit = NULL, 320 .dumpit = NULL, 327 .dumpit = NULL, 334 .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,
|
| /OK3568_Linux_fs/kernel/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 | 112 .dumpit = handler, \
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | netlink.c | 1379 .dumpit = batadv_algo_dump, 1385 .dumpit = batadv_netlink_dump_hardif, 1394 .dumpit = batadv_tt_local_dump, 1400 .dumpit = batadv_tt_global_dump, 1406 .dumpit = batadv_orig_dump, 1412 .dumpit = batadv_hardif_neigh_dump, 1418 .dumpit = batadv_gw_dump, 1424 .dumpit = batadv_bla_claim_dump, 1430 .dumpit = batadv_bla_backbone_dump, 1436 .dumpit = batadv_dat_cache_dump, [all …]
|
| /OK3568_Linux_fs/kernel/net/ieee802154/ |
| H A D | ieee802154.h | 15 .dumpit = NULL, \ 23 .dumpit = _dump, \
|
| H A D | nl802154.c | 2250 .dumpit = nl802154_dump_wpan_phy, 2260 .dumpit = nl802154_dump_interface, 2391 .dumpit = nl802154_dump_llsec_key, 2418 .dumpit = nl802154_dump_llsec_dev, 2445 .dumpit = nl802154_dump_llsec_devkey, 2471 .dumpit = nl802154_dump_llsec_seclevel,
|
| /OK3568_Linux_fs/kernel/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 = ctrl_dumpfamily, 1346 .dumpit = ctrl_dumppolicy,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | genetlink.h | 131 int (*dumpit)(struct sk_buff *skb, struct netlink_callback *cb); member 155 int (*dumpit)(struct sk_buff *skb, member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | rtnetlink.c | 62 rtnl_dumpit_func dumpit; member 174 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register_internal() argument 213 WARN_ON(dumpit && link->dumpit && link->dumpit != dumpit); in rtnl_register_internal() 214 if (dumpit) in rtnl_register_internal() 215 link->dumpit = dumpit; in rtnl_register_internal() 243 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register_module() argument 247 doit, dumpit, flags); in rtnl_register_module() 268 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register() argument 273 err = rtnl_register_internal(NULL, protocol, msgtype, doit, dumpit, in rtnl_register() 3764 rtnl_dumpit_func dumpit; in rtnl_dump_all() local [all …]
|
| H A D | devlink.c | 7604 .dumpit = devlink_nl_cmd_get_dumpit, 7611 .dumpit = devlink_nl_cmd_port_get_dumpit, 7640 .dumpit = devlink_nl_cmd_sb_get_dumpit, 7647 .dumpit = devlink_nl_cmd_sb_pool_get_dumpit, 7660 .dumpit = devlink_nl_cmd_sb_port_pool_get_dumpit, 7675 .dumpit = devlink_nl_cmd_sb_tc_pool_bind_get_dumpit, 7759 .dumpit = devlink_nl_cmd_param_get_dumpit, 7772 .dumpit = devlink_nl_cmd_port_param_get_dumpit, 7787 .dumpit = devlink_nl_cmd_region_get_dumpit, 7806 .dumpit = devlink_nl_cmd_region_read_dumpit, [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ila/ |
| H A D | ila_main.c | 40 .dumpit = ila_xlat_nl_dump,
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_netlink.c | 502 .dumpit = NULL, 509 .dumpit = NULL,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | nlrtw.c | 82 .dumpit = NULL,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | nlrtw.c | 82 .dumpit = NULL,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_ext_genl.c | 90 .dumpit = NULL, 97 .dumpit = NULL,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_ext_genl.c | 90 .dumpit = NULL, 97 .dumpit = NULL,
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_netlink.c | 616 .dumpit = thermal_genl_cmd_dumpit, 636 .dumpit = thermal_genl_cmd_dumpit,
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | seg6.c | 419 .dumpit = seg6_genl_dumphmac,
|
| /OK3568_Linux_fs/kernel/net/psample/ |
| H A D | psample.c | 103 .dumpit = psample_nl_cmd_get_group_dumpit,
|