Lines Matching refs:dump

749 	struct tipc_nl_compat_cmd_dump dump;  in tipc_nl_compat_publ_dump()  local
772 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
773 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
775 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
904 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
907 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
918 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
919 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
920 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
935 dump.dumpit = tipc_nl_link_dump; in tipc_nl_compat_handle()
936 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
937 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
941 dump.dumpit = tipc_nl_link_dump; in tipc_nl_compat_handle()
942 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
943 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
960 dump.header = tipc_nl_compat_name_table_dump_header; in tipc_nl_compat_handle()
961 dump.dumpit = tipc_nl_name_table_dump; in tipc_nl_compat_handle()
962 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
963 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
967 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle()
968 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
969 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
972 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle()
973 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
974 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
977 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle()
978 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
979 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
992 dump.dumpit = tipc_nl_net_dump; in tipc_nl_compat_handle()
993 dump.format = tipc_nl_compat_net_dump; in tipc_nl_compat_handle()
994 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()