commit | 53576d9b995605a9edc7414b900a9218c8f23b1f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 26 22:18:43 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:01:09 2006 -0700 |
tree | a0287612fda29ef5908febacecd001f59fe2ff28 | |
parent | d878e72e419db9ff4c66848375ee30a19820e4de [diff] |
[IPV4]: inetpeer annotations This one is interesting - we use net-endian value as search key, but order the tree by *host-endian* comparisons of keys. OK since we only care about lookups. Annotated inet_getpeer() and friends. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>