]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/tipc/name_distr.h
[TIPC]: Validate entire interface name when locating bearer to enable.
[mirror_ubuntu-zesty-kernel.git] / net / tipc / name_distr.h
index a04bdeac84ea04a1b79b3333566594ecf78e609e..843da0172f4e9ec974cfb5ea48d5240ad0fe9131 100644 (file)
 
 #include "name_table.h"
 
-void named_publish(struct publication *publ);
-void named_withdraw(struct publication *publ);
-void named_node_up(unsigned long node);
-void named_recv(struct sk_buff *buf);
-void named_reinit(void);
+void tipc_named_publish(struct publication *publ);
+void tipc_named_withdraw(struct publication *publ);
+void tipc_named_node_up(unsigned long node);
+void tipc_named_recv(struct sk_buff *buf);
+void tipc_named_reinit(void);
 
 #endif