diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-12-14 02:16:04 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 16:10:39 -0500 |
commit | af05dc9394feb193d221bc9d4c6db768facb4b40 (patch) | |
tree | 05137311001c383fad817d3ce0f6324200d64532 /include/net | |
parent | 8292a17a399ffb7c5c8b083db4ad994e090055f7 (diff) |
[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')
-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) | |||
303 | extern int inet_csk_listen_start(struct sock *sk, const int nr_table_entries); | 303 | extern int inet_csk_listen_start(struct sock *sk, const int nr_table_entries); |
304 | extern void inet_csk_listen_stop(struct sock *sk); | 304 | extern void inet_csk_listen_stop(struct sock *sk); |
305 | 305 | ||
306 | extern void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr); | ||
307 | |||
306 | #endif /* _INET_CONNECTION_SOCK_H */ | 308 | #endif /* _INET_CONNECTION_SOCK_H */ |