tipc: add trace_events for tipc socket
[linux-2.6-block.git] / net / tipc / socket.h
index 07e36545b69646d8896654cf16832d612465a1ed..235b9679acee4415455be63c775f6f6587331b1a 100644 (file)
@@ -72,5 +72,7 @@ int tipc_dump_start(struct netlink_callback *cb);
 int __tipc_dump_start(struct netlink_callback *cb, struct net *net);
 int tipc_dump_done(struct netlink_callback *cb);
 u32 tipc_sock_get_portid(struct sock *sk);
+bool tipc_sk_overlimit1(struct sock *sk, struct sk_buff *skb);
+bool tipc_sk_overlimit2(struct sock *sk, struct sk_buff *skb);
 
 #endif