Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215490
b: refs/heads/master
c: 88440ae
h: refs/heads/master
v: v3
  • Loading branch information
Balazs Scheidler authored and Patrick McHardy committed Oct 21, 2010
1 parent 34e9067 commit da1ca54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: e97c3e278e951501c2f385de70c3ceacdea78c4a
refs/heads/master: 88440ae70eda83d0cc94148d404f4990c9f1289c
8 changes: 4 additions & 4 deletions trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ static void udp_v6_rehash(struct sock *sk)

static inline int compute_score(struct sock *sk, struct net *net,
unsigned short hnum,
struct in6_addr *saddr, __be16 sport,
struct in6_addr *daddr, __be16 dport,
const struct in6_addr *saddr, __be16 sport,
const struct in6_addr *daddr, __be16 dport,
int dif)
{
int score = -1;
Expand Down Expand Up @@ -239,8 +239,8 @@ static struct sock *udp6_lib_lookup2(struct net *net,
}

static struct sock *__udp6_lib_lookup(struct net *net,
struct in6_addr *saddr, __be16 sport,
struct in6_addr *daddr, __be16 dport,
const struct in6_addr *saddr, __be16 sport,
const struct in6_addr *daddr, __be16 dport,
int dif, struct udp_table *udptable)
{
struct sock *sk, *result;
Expand Down

0 comments on commit da1ca54

Please sign in to comment.