Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
dd0f9acc
Commit
dd0f9acc
authored
Dec 24, 2003
by
Hideaki Yoshifuji
Committed by
David S. Miller
Dec 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Fix mis-spellings in net/core/neighbour.c
parent
3bfe2f9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
net/core/neighbour.c
net/core/neighbour.c
+5
-5
No files found.
net/core/neighbour.c
View file @
dd0f9acc
...
...
@@ -98,7 +98,7 @@ static int neigh_blackhole(struct sk_buff *skb)
/*
* It is random distribution in the interval (1/2)*base...(3/2)*base.
* It corresponds to default IPv6 settings and is not overridable,
* because it is really reason
ba
le choice.
* because it is really reason
ab
le choice.
*/
unsigned
long
neigh_rand_reach_time
(
unsigned
long
base
)
...
...
@@ -120,7 +120,7 @@ static int neigh_forced_gc(struct neigh_table *tbl)
while
((
n
=
*
np
)
!=
NULL
)
{
/* Neighbour record may be discarded if:
- nobody refers to it.
- it is not p
re
manent
- it is not p
er
manent
- (NEW and probably wrong)
INCOMPLETE entries are kept at least for
n->parms->retrans_time, otherwise we could
...
...
@@ -510,7 +510,7 @@ static void neigh_suspect(struct neighbour *neigh)
{
struct
hh_cache
*
hh
;
NEIGH_PRINTK2
(
"neigh %p is suspected
ed
.
\n
"
,
neigh
);
NEIGH_PRINTK2
(
"neigh %p is suspected.
\n
"
,
neigh
);
neigh
->
output
=
neigh
->
ops
->
output
;
...
...
@@ -537,7 +537,7 @@ static void neigh_connect(struct neighbour *neigh)
/*
Transitions NUD_STALE <-> NUD_REACHABLE do not occur
when fast path is built: we have no timers asso
t
iated with
when fast path is built: we have no timers asso
c
iated with
these states, we do not have time to check state when sending.
neigh_periodic_timer check periodically neigh->confirmed
time and moves NUD_REACHABLE -> NUD_STALE.
...
...
@@ -962,7 +962,7 @@ static void neigh_hh_init(struct neighbour *n, struct dst_entry *dst,
/* This function can be used in contexts, where only old dev_queue_xmit
worked, f.e. if you want to override normal output path (eql, shaper),
but resol
t
ution is not made yet.
but resolution is not made yet.
*/
int
neigh_compat_output
(
struct
sk_buff
*
skb
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment