summaryrefslogtreecommitdiffstats
path: root/net/smc/smc.h
diff options
context:
space:
mode:
authorKarsten Graul2018-03-01 13:51:27 +0100
committerDavid S. Miller2018-03-01 19:21:31 +0100
commit696cd3016975d31e3499c49a7a747d7615a16b3b (patch)
treef8bd0147570f5ae9e8454b423de9f7703c258c31 /net/smc/smc.h
parentnet/smc: cleanup smc_llc.h and smc_clc.h headers (diff)
downloadkernel-qcow2-linux-696cd3016975d31e3499c49a7a747d7615a16b3b.tar.gz
kernel-qcow2-linux-696cd3016975d31e3499c49a7a747d7615a16b3b.tar.xz
kernel-qcow2-linux-696cd3016975d31e3499c49a7a747d7615a16b3b.zip
net/smc: move netinfo function to file smc_clc.c
The function smc_netinfo_by_tcpsk() belongs to CLC handling. Move it to smc_clc.c and rename to smc_clc_netinfo_by_tcpsk. Signed-off-by: Karsten Graul <kgraul@linux.vnet.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc.h')
-rw-r--r--net/smc/smc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/smc/smc.h b/net/smc/smc.h
index 9518986c97b1..9895c190d146 100644
--- a/net/smc/smc.h
+++ b/net/smc/smc.h
@@ -263,8 +263,6 @@ static inline bool using_ipsec(struct smc_sock *smc)
struct smc_clc_msg_local;
-int smc_netinfo_by_tcpsk(struct socket *clcsock, __be32 *subnet,
- u8 *prefix_len);
void smc_conn_free(struct smc_connection *conn);
int smc_conn_create(struct smc_sock *smc, __be32 peer_in_addr,
struct smc_ib_device *smcibdev, u8 ibport,