Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86909
b: refs/heads/master
c: 7adc383
h: refs/heads/master
i:
  86907: 05f0512
v: v3
  • Loading branch information
David S. Miller committed Mar 4, 2008
1 parent 89860fe commit 5f35fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9452e9f81e997cbd0c9bface8d2c2a4b064cc3e
refs/heads/master: 7adc3830f90df04a13366914d80a3ed407db5381
3 changes: 2 additions & 1 deletion trunk/include/net/inet_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ extern void build_ehash_secret(void);
static inline unsigned int inet_ehashfn(const __be32 laddr, const __u16 lport,
const __be32 faddr, const __be16 fport)
{
return jhash_2words((__force __u32) laddr ^ (__force __u32) faddr,
return jhash_3words((__force __u32) laddr,
(__force __u32) faddr,
((__u32) lport) << 16 | (__force __u32)fport,
inet_ehash_secret);
}
Expand Down

0 comments on commit 5f35fc4

Please sign in to comment.