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
51e19dc8
Commit
51e19dc8
authored
Oct 11, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drivers/net/pppoe.c: Update for new sendmsg/recvmsg AIO args.
parent
056fb9ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/net/pppoe.c
drivers/net/pppoe.c
+2
-2
No files found.
drivers/net/pppoe.c
View file @
51e19dc8
...
...
@@ -773,7 +773,7 @@ int pppoe_ioctl(struct socket *sock, unsigned int cmd,
}
int
pppoe_sendmsg
(
struct
socket
*
sock
,
struct
msghdr
*
m
,
int
pppoe_sendmsg
(
struct
kiocb
*
iocb
,
struct
socket
*
sock
,
struct
msghdr
*
m
,
int
total_len
,
struct
scm_cookie
*
scm
)
{
struct
sk_buff
*
skb
=
NULL
;
...
...
@@ -934,7 +934,7 @@ int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb)
struct
ppp_channel_ops
pppoe_chan_ops
=
{
pppoe_xmit
,
NULL
};
int
pppoe_rcvmsg
(
struct
socket
*
sock
,
struct
msghdr
*
m
,
int
total_len
,
int
flags
,
struct
scm_cookie
*
scm
)
int
pppoe_rcvmsg
(
struct
kiocb
*
iocb
,
struct
socket
*
sock
,
struct
msghdr
*
m
,
int
total_len
,
int
flags
,
struct
scm_cookie
*
scm
)
{
struct
sock
*
sk
=
sock
->
sk
;
struct
sk_buff
*
skb
=
NULL
;
...
...
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