Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19043
b: refs/heads/master
c: 2966b66
h: refs/heads/master
i:
  19041: ea7471d
  19039: f139fd5
v: v3
  • Loading branch information
Kris Katterjohn authored and David S. Miller committed Jan 24, 2006
1 parent c188cc1 commit 5183eb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6fbfc9688448aac064edbaccb5d30ecd565a9105
refs/heads/master: 2966b66c25f81ad2b3298b651614c6a3be1a977f
6 changes: 3 additions & 3 deletions trunk/net/core/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static inline void *load_pointer(struct sk_buff *skb, int k,
}

/**
* sk_run_filter - run a filter on a socket
* sk_run_filter - run a filter on a socket
* @skb: buffer to run the filter on
* @filter: filter to apply
* @flen: length of filter
Expand All @@ -78,8 +78,8 @@ unsigned int sk_run_filter(struct sk_buff *skb, struct sock_filter *filter, int
{
struct sock_filter *fentry; /* We walk down these */
void *ptr;
u32 A = 0; /* Accumulator */
u32 X = 0; /* Index Register */
u32 A = 0; /* Accumulator */
u32 X = 0; /* Index Register */
u32 mem[BPF_MEMWORDS]; /* Scratch Memory Store */
u32 tmp;
int k;
Expand Down

0 comments on commit 5183eb9

Please sign in to comment.