• Home
  • Raw
  • Download

Lines Matching refs:dump

983 	struct tipc_nl_compat_cmd_dump dump;  in tipc_nl_compat_publ_dump()  local
1010 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
1011 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
1013 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
1174 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
1177 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
1188 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
1189 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1190 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1205 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1206 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1207 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1211 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle()
1212 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1213 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1230 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
1231 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
1232 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1233 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1237 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
1238 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1239 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1242 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
1243 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1244 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1247 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
1248 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
1249 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
1262 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
1263 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
1264 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()