Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247472
b: refs/heads/master
c: 1b1cb1f
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed May 15, 2011
1 parent 45c5a49 commit 6a54601
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: 89c64d755fbf04d7541d526931dc4b38301946d1
refs/heads/master: 1b1cb1f78a5e9d54c13e176020c3e8ded5d081ce
8 changes: 4 additions & 4 deletions trunk/net/ipv4/ping.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
#include <net/checksum.h>


struct ping_table ping_table __read_mostly;
static struct ping_table ping_table;

u16 ping_port_rover;
static u16 ping_port_rover;

static inline int ping_hashfn(struct net *net, unsigned num, unsigned mask)
{
Expand Down Expand Up @@ -150,8 +150,8 @@ static void ping_v4_unhash(struct sock *sk)
}
}

struct sock *ping_v4_lookup(struct net *net, u32 saddr, u32 daddr,
u16 ident, int dif)
static struct sock *ping_v4_lookup(struct net *net, u32 saddr, u32 daddr,
u16 ident, int dif)
{
struct hlist_nulls_head *hslot = ping_hashslot(&ping_table, net, ident);
struct sock *sk = NULL;
Expand Down

0 comments on commit 6a54601

Please sign in to comment.