Lines Matching refs:dump
1005 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
1032 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
1033 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
1035 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
1196 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
1199 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1210 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1211 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1212 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1227 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1228 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1229 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1233 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1234 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1235 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1252 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1253 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1254 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1255 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1259 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1260 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1261 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1264 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1265 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1266 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1269 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1270 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1271 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1284 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1285 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1286 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()