aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/socket.h')
-rw-r--r--net/tipc/socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tipc/socket.h b/net/tipc/socket.h
index baa43d03901e..d34089387006 100644
--- a/net/tipc/socket.h
+++ b/net/tipc/socket.h
@@ -36,6 +36,7 @@
36#define _TIPC_SOCK_H 36#define _TIPC_SOCK_H
37 37
38#include <net/sock.h> 38#include <net/sock.h>
39#include <net/genetlink.h>
39 40
40#define TIPC_CONNACK_INTV 256 41#define TIPC_CONNACK_INTV 256
41#define TIPC_FLOWCTRL_WIN (TIPC_CONNACK_INTV * 2) 42#define TIPC_FLOWCTRL_WIN (TIPC_CONNACK_INTV * 2)
@@ -47,5 +48,7 @@ void tipc_sk_mcast_rcv(struct sk_buff *buf);
47void tipc_sk_reinit(void); 48void tipc_sk_reinit(void);
48int tipc_sk_ref_table_init(u32 requested_size, u32 start); 49int tipc_sk_ref_table_init(u32 requested_size, u32 start);
49void tipc_sk_ref_table_stop(void); 50void tipc_sk_ref_table_stop(void);
51int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb);
52int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb);
50 53
51#endif 54#endif