name_distr.h (a02001086bbfb4da35d1228bebc2f1b442db455f) name_distr.h (a8f48af587b0f257c49dce5b49a62554a4b8627e)
1/*
2 * net/tipc/name_distr.h: Include file for TIPC name distribution code
3 *
4 * Copyright (c) 2000-2006, Ericsson AB
5 * Copyright (c) 2005, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 60 unchanged lines hidden (view full) ---

69
70struct sk_buff *tipc_named_publish(struct publication *publ);
71struct sk_buff *tipc_named_withdraw(struct publication *publ);
72void named_cluster_distribute(struct sk_buff *buf);
73void tipc_named_node_up(u32 dnode);
74void tipc_named_rcv(struct sk_buff *buf);
75void tipc_named_reinit(void);
76void tipc_named_process_backlog(void);
1/*
2 * net/tipc/name_distr.h: Include file for TIPC name distribution code
3 *
4 * Copyright (c) 2000-2006, Ericsson AB
5 * Copyright (c) 2005, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 60 unchanged lines hidden (view full) ---

69
70struct sk_buff *tipc_named_publish(struct publication *publ);
71struct sk_buff *tipc_named_withdraw(struct publication *publ);
72void named_cluster_distribute(struct sk_buff *buf);
73void tipc_named_node_up(u32 dnode);
74void tipc_named_rcv(struct sk_buff *buf);
75void tipc_named_reinit(void);
76void tipc_named_process_backlog(void);
77void tipc_publ_notify(struct list_head *nsub_list, u32 addr);
77
78#endif
78
79#endif