aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r--net/tipc/port.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h
index 4c6cfdd36351..4a3c54e5d69c 100644
--- a/net/tipc/port.h
+++ b/net/tipc/port.h
@@ -73,7 +73,6 @@ struct tipc_port {
u32 max_pkt;
u32 ref;
struct tipc_msg phdr;
- struct list_head port_list;
struct list_head publications;
u32 pub_count;
u32 probing_state;
@@ -81,9 +80,6 @@ struct tipc_port {
struct timer_list timer;
};
-extern struct list_head tipc_socks;
-extern spinlock_t tipc_port_list_lock;
-
/*
* TIPC port manipulation routines
*/
@@ -100,7 +96,6 @@ int tipc_withdraw(struct tipc_port *p_ptr, unsigned int scope,
int tipc_port_peer_msg(struct tipc_port *p_ptr, struct tipc_msg *msg);
-struct sk_buff *tipc_port_get_ports(void);
void tipc_port_reinit(void);
/**