diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-12-13 23:16:04 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 13:10:39 -0800 |
commit | af05dc9394feb193d221bc9d4c6db768facb4b40 (patch) | |
tree | 05137311001c383fad817d3ce0f6324200d64532 /include/net/inet_connection_sock.h | |
parent | 8292a17a399ffb7c5c8b083db4ad994e090055f7 (diff) | |
download | blackbird-obmc-linux-af05dc9394feb193d221bc9d4c6db768facb4b40.tar.gz blackbird-obmc-linux-af05dc9394feb193d221bc9d4c6db768facb4b40.zip |
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
Renaming it to inet_csk_addr2sockaddr.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r-- | include/net/inet_connection_sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 9e20d201e951..e50e2b890c6d 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -303,4 +303,6 @@ static inline unsigned int inet_csk_listen_poll(const struct sock *sk) extern int inet_csk_listen_start(struct sock *sk, const int nr_table_entries); extern void inet_csk_listen_stop(struct sock *sk); +extern void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr); + #endif /* _INET_CONNECTION_SOCK_H */ |