diff options
Diffstat (limited to 'net/tipc/socket.h')
-rw-r--r-- | net/tipc/socket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tipc/socket.h b/net/tipc/socket.h index eb15c3107920..c15c4e121fe3 100644 --- a/net/tipc/socket.h +++ b/net/tipc/socket.h | |||
@@ -50,11 +50,11 @@ void tipc_sock_release_local(struct socket *sock); | |||
50 | int tipc_sock_accept_local(struct socket *sock, struct socket **newsock, | 50 | int tipc_sock_accept_local(struct socket *sock, struct socket **newsock, |
51 | int flags); | 51 | int flags); |
52 | int tipc_sk_rcv(struct net *net, struct sk_buff *buf); | 52 | int tipc_sk_rcv(struct net *net, struct sk_buff *buf); |
53 | struct sk_buff *tipc_sk_socks_show(void); | 53 | struct sk_buff *tipc_sk_socks_show(struct net *net); |
54 | void tipc_sk_mcast_rcv(struct net *net, struct sk_buff *buf); | 54 | void tipc_sk_mcast_rcv(struct net *net, struct sk_buff *buf); |
55 | void tipc_sk_reinit(void); | 55 | void tipc_sk_reinit(struct net *net); |
56 | int tipc_sk_rht_init(void); | 56 | int tipc_sk_rht_init(struct net *net); |
57 | void tipc_sk_rht_destroy(void); | 57 | void tipc_sk_rht_destroy(struct net *net); |
58 | int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb); | 58 | int tipc_nl_sk_dump(struct sk_buff *skb, struct netlink_callback *cb); |
59 | int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb); | 59 | int tipc_nl_publ_dump(struct sk_buff *skb, struct netlink_callback *cb); |
60 | 60 | ||