name_distr.h (3008ba5faa7a63bac2227c56b533c08fa6d54a0b) name_distr.h (37922ea4a3105176357c8d565a9d982c4a08714a)
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

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

67 __be32 key;
68};
69
70struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
71struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
72void tipc_named_node_up(struct net *net, u32 dnode);
73void tipc_named_rcv(struct net *net, struct sk_buff_head *msg_queue);
74void tipc_named_reinit(struct net *net);
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

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

67 __be32 key;
68};
69
70struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
71struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
72void tipc_named_node_up(struct net *net, u32 dnode);
73void tipc_named_rcv(struct net *net, struct sk_buff_head *msg_queue);
74void tipc_named_reinit(struct net *net);
75void tipc_named_process_backlog(struct net *net);
76void tipc_publ_notify(struct net *net, struct list_head *nsub_list, u32 addr);
77
78#endif
75void tipc_publ_notify(struct net *net, struct list_head *nsub_list, u32 addr);
76
77#endif