diff options
Diffstat (limited to 'net/tipc/socket.h')
-rw-r--r-- | net/tipc/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/socket.h b/net/tipc/socket.h index 07e36545b696..235b9679acee 100644 --- a/net/tipc/socket.h +++ b/net/tipc/socket.h | |||
@@ -72,5 +72,7 @@ int tipc_dump_start(struct netlink_callback *cb); | |||
72 | int __tipc_dump_start(struct netlink_callback *cb, struct net *net); | 72 | int __tipc_dump_start(struct netlink_callback *cb, struct net *net); |
73 | int tipc_dump_done(struct netlink_callback *cb); | 73 | int tipc_dump_done(struct netlink_callback *cb); |
74 | u32 tipc_sock_get_portid(struct sock *sk); | 74 | u32 tipc_sock_get_portid(struct sock *sk); |
75 | bool tipc_sk_overlimit1(struct sock *sk, struct sk_buff *skb); | ||
76 | bool tipc_sk_overlimit2(struct sock *sk, struct sk_buff *skb); | ||
75 | 77 | ||
76 | #endif | 78 | #endif |