Lines Matching refs:dump
899 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
922 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
923 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
925 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
1082 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
1085 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1096 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1097 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1098 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1113 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1114 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1115 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1119 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1120 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1121 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1138 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1139 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1140 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1141 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1145 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1146 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1147 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1150 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1151 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1152 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1155 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1156 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1157 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1170 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1171 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1172 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()