Lines Matching refs:dump
1001 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
1028 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
1029 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
1031 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
1192 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
1195 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1206 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1207 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1208 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1223 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1224 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1225 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1229 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1230 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1231 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1248 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1249 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1250 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1251 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1255 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1256 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1257 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1260 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1261 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1262 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1265 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1266 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1267 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1280 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1281 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1282 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()