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
Kirill Smelkov
linux
Commits
872d1c7a
Commit
872d1c7a
authored
Jul 27, 2003
by
Alan Cox
Committed by
David S. Miller
Jul 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: illegal --> invalid
parent
3a2b9514
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
net/ipv4/af_inet.c
net/ipv4/af_inet.c
+1
-1
net/ipv4/netfilter/ipt_REJECT.c
net/ipv4/netfilter/ipt_REJECT.c
+1
-1
net/ipv6/af_inet6.c
net/ipv6/af_inet6.c
+1
-1
net/ipv6/ndisc.c
net/ipv6/ndisc.c
+1
-1
No files found.
net/ipv4/af_inet.c
View file @
872d1c7a
...
...
@@ -1023,7 +1023,7 @@ void inet_register_protosw(struct inet_protosw *p)
out_illegal:
printk
(
KERN_ERR
"Ignoring attempt to register i
llegal
socket type %d.
\n
"
,
"Ignoring attempt to register i
nvalid
socket type %d.
\n
"
,
p
->
type
);
goto
out
;
}
...
...
net/ipv4/netfilter/ipt_REJECT.c
View file @
872d1c7a
...
...
@@ -433,7 +433,7 @@ static int check(const char *tablename,
/* Must specify that it's a TCP packet */
if
(
e
->
ip
.
proto
!=
IPPROTO_TCP
||
(
e
->
ip
.
invflags
&
IPT_INV_PROTO
))
{
DEBUGP
(
"REJECT: TCP_RESET i
llegal
for non-tcp
\n
"
);
DEBUGP
(
"REJECT: TCP_RESET i
nvalid
for non-tcp
\n
"
);
return
0
;
}
}
...
...
net/ipv6/af_inet6.c
View file @
872d1c7a
...
...
@@ -624,7 +624,7 @@ inet6_register_protosw(struct inet_protosw *p)
out_illegal:
printk
(
KERN_ERR
"Ignoring attempt to register i
llegal
socket type %d.
\n
"
,
"Ignoring attempt to register i
nvalid
socket type %d.
\n
"
,
p
->
type
);
goto
out
;
}
...
...
net/ipv6/ndisc.c
View file @
872d1c7a
...
...
@@ -1161,7 +1161,7 @@ static void ndisc_router_discovery(struct sk_buff *skb)
if
(
ndopts
.
nd_opts_tgt_lladdr
||
ndopts
.
nd_opts_rh
)
{
if
(
net_ratelimit
())
ND_PRINTK0
(
KERN_WARNING
"ICMP6 RA: got i
llegal
option with RA"
);
"ICMP6 RA: got i
nvalid
option with RA"
);
}
out:
if
(
rt
)
...
...
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