net: socket ioctl to reset connections matching local address
[firefly-linux-kernel-4.4.55.git] / include / net / tcp.h
index f80e74c5ad18b22c274ecd7e75b6a23ffe7268b4..0020825157e20b86557c97705852c7e48139b397 100644 (file)
@@ -1678,6 +1678,8 @@ static inline bool tcp_stream_memory_free(const struct sock *sk)
        return notsent_bytes < tcp_notsent_lowat(tp);
 }
 
+extern int tcp_nuke_addr(struct net *net, struct sockaddr *addr);
+
 #ifdef CONFIG_PROC_FS
 int tcp4_proc_init(void);
 void tcp4_proc_exit(void);