Lines Matching refs:tipc_nl_compat_msg

53 struct tipc_nl_compat_msg {  struct
66 int (*header)(struct tipc_nl_compat_msg *); argument
68 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs);
74 struct sk_buff *skb, struct tipc_nl_compat_msg *msg);
182 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
279 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
332 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
388 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
408 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
429 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
472 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
505 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
544 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
684 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
709 struct tipc_nl_compat_msg *msg, in __tipc_add_link_prop()
725 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_media_set()
752 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_set()
779 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_link_set()
807 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_link_set()
842 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_link_reset_stats()
870 static int tipc_nl_compat_name_table_dump_header(struct tipc_nl_compat_msg *msg) in tipc_nl_compat_name_table_dump_header()
897 static int tipc_nl_compat_name_table_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_name_table_dump()
972 static int __tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_publ_dump()
999 static int tipc_nl_compat_publ_dump(struct tipc_nl_compat_msg *msg, u32 sock) in tipc_nl_compat_publ_dump()
1042 static int tipc_nl_compat_sk_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_sk_dump()
1096 static int tipc_nl_compat_media_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_media_dump()
1115 static int tipc_nl_compat_node_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_node_dump()
1139 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_net_set()
1162 static int tipc_nl_compat_net_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_net_dump()
1182 static int tipc_cmd_show_stats_compat(struct tipc_nl_compat_msg *msg) in tipc_cmd_show_stats_compat()
1194 static int tipc_nl_compat_handle(struct tipc_nl_compat_msg *msg) in tipc_nl_compat_handle()
1298 struct tipc_nl_compat_msg msg; in tipc_nl_compat_recv()