Lines Matching defs:msg
170 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
240 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
274 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
326 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
345 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
360 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
393 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
417 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
456 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
567 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
584 struct tipc_nl_compat_msg *msg, in __tipc_add_link_prop()
600 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_media_set()
627 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_set()
654 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_link_set()
682 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_link_set()
707 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_link_reset_stats()
726 static int tipc_nl_compat_name_table_dump_header(struct tipc_nl_compat_msg *msg) in tipc_nl_compat_name_table_dump_header()
751 static int tipc_nl_compat_name_table_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_name_table_dump()
813 static int __tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_publ_dump()
833 static int tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, u32 sock) in tipc_nl_compat_publ_dump()
872 static int tipc_nl_compat_sk_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_sk_dump()
916 static int tipc_nl_compat_media_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_media_dump()
929 static int tipc_nl_compat_node_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_node_dump()
946 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_net_set()
969 static int tipc_nl_compat_net_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_net_dump()
981 static int tipc_cmd_show_stats_compat(struct tipc_nl_compat_msg *msg) in tipc_cmd_show_stats_compat()
993 static int tipc_nl_compat_handle(struct tipc_nl_compat_msg *msg) in tipc_nl_compat_handle()
1097 struct tipc_nl_compat_msg msg; in tipc_nl_compat_recv() local