Lines Matching refs:dump
839 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
862 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
863 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
865 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
995 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
998 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1009 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1010 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1011 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1026 dump.dumpit = tipc_nl_link_dump; in tipc_nl_compat_handle()
1027 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1028 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1032 dump.dumpit = tipc_nl_link_dump; in tipc_nl_compat_handle()
1033 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1034 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1051 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1052 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1053 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1054 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1058 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1059 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1060 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1063 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1064 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1065 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1068 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1069 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1070 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1083 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1084 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1085 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()