diff options
Diffstat (limited to 'net/tipc/name_table.h')
-rw-r--r-- | net/tipc/name_table.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/tipc/name_table.h b/net/tipc/name_table.h index 71cb4dc712df..f02f48b9a216 100644 --- a/net/tipc/name_table.h +++ b/net/tipc/name_table.h | |||
@@ -87,14 +87,15 @@ extern rwlock_t tipc_nametbl_lock; | |||
87 | struct sk_buff *tipc_nametbl_get(const void *req_tlv_area, int req_tlv_space); | 87 | struct sk_buff *tipc_nametbl_get(const void *req_tlv_area, int req_tlv_space); |
88 | u32 tipc_nametbl_translate(u32 type, u32 instance, u32 *node); | 88 | u32 tipc_nametbl_translate(u32 type, u32 instance, u32 *node); |
89 | int tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit, | 89 | int tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit, |
90 | struct tipc_port_list *dports); | 90 | struct tipc_port_list *dports); |
91 | struct publication *tipc_nametbl_publish(u32 type, u32 lower, u32 upper, | 91 | struct publication *tipc_nametbl_publish(u32 type, u32 lower, u32 upper, |
92 | u32 scope, u32 port_ref, u32 key); | 92 | u32 scope, u32 port_ref, u32 key); |
93 | int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key); | 93 | int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key); |
94 | struct publication *tipc_nametbl_insert_publ(u32 type, u32 lower, u32 upper, | 94 | struct publication *tipc_nametbl_insert_publ(u32 type, u32 lower, u32 upper, |
95 | u32 scope, u32 node, u32 ref, u32 key); | 95 | u32 scope, u32 node, u32 ref, |
96 | struct publication *tipc_nametbl_remove_publ(u32 type, u32 lower, | 96 | u32 key); |
97 | u32 node, u32 ref, u32 key); | 97 | struct publication *tipc_nametbl_remove_publ(u32 type, u32 lower, u32 node, |
98 | u32 ref, u32 key); | ||
98 | void tipc_nametbl_subscribe(struct tipc_subscription *s); | 99 | void tipc_nametbl_subscribe(struct tipc_subscription *s); |
99 | void tipc_nametbl_unsubscribe(struct tipc_subscription *s); | 100 | void tipc_nametbl_unsubscribe(struct tipc_subscription *s); |
100 | int tipc_nametbl_init(void); | 101 | int tipc_nametbl_init(void); |