Lines Matching refs:dump
972 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
999 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
1000 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
1002 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
1163 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
1166 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1177 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1178 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1179 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1194 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1195 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1196 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1200 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1201 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1202 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1219 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1220 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1221 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1222 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1226 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1227 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1228 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1231 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1232 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1233 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1236 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1237 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1238 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1251 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1252 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1253 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()