Lines Matching refs:dump
1002 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
1029 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
1030 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
1032 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
1193 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
1196 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1207 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1208 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1209 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1224 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1225 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1226 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1230 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1231 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1232 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1249 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1250 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1251 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1252 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1256 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1257 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1258 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1261 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1262 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1263 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1266 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1267 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1268 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1281 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1282 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1283 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()