diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-08 00:20:00 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:21:10 -0800 |
commit | d2ecd9ccd0694278a8c1fa179d1d058ee66e2297 (patch) | |
tree | c754502286939d64e53f51e6192d256d436463d0 /net | |
parent | 5a874db4d9bfd8a4c6324d844a4d1c7cfa5cf2c4 (diff) | |
download | linux-3.10-d2ecd9ccd0694278a8c1fa179d1d058ee66e2297.tar.gz linux-3.10-d2ecd9ccd0694278a8c1fa179d1d058ee66e2297.tar.bz2 linux-3.10-d2ecd9ccd0694278a8c1fa179d1d058ee66e2297.zip |
[IPV6]: annotate inet6_hashtables
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/inet6_hashtables.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv6/inet6_hashtables.c b/net/ipv6/inet6_hashtables.c index 8accd1fbeed..b7e5bae0e34 100644 --- a/net/ipv6/inet6_hashtables.c +++ b/net/ipv6/inet6_hashtables.c @@ -57,7 +57,7 @@ EXPORT_SYMBOL(__inet6_hash); */ struct sock *__inet6_lookup_established(struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, - const u16 sport, + const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif) @@ -146,8 +146,8 @@ struct sock *inet6_lookup_listener(struct inet_hashinfo *hashinfo, EXPORT_SYMBOL_GPL(inet6_lookup_listener); struct sock *inet6_lookup(struct inet_hashinfo *hashinfo, - const struct in6_addr *saddr, const u16 sport, - const struct in6_addr *daddr, const u16 dport, + const struct in6_addr *saddr, const __be16 sport, + const struct in6_addr *daddr, const __be16 dport, const int dif) { struct sock *sk; |