diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 25aa03b51c4e..b9f0ff4d489c 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
@@ -185,6 +185,7 @@ struct proto_ops { | |||
185 | ssize_t (*splice_read)(struct socket *sock, loff_t *ppos, | 185 | ssize_t (*splice_read)(struct socket *sock, loff_t *ppos, |
186 | struct pipe_inode_info *pipe, size_t len, unsigned int flags); | 186 | struct pipe_inode_info *pipe, size_t len, unsigned int flags); |
187 | int (*set_peek_off)(struct sock *sk, int val); | 187 | int (*set_peek_off)(struct sock *sk, int val); |
188 | int (*peek_len)(struct socket *sock); | ||
188 | }; | 189 | }; |
189 | 190 | ||
190 | #define DECLARE_SOCKADDR(type, dst, src) \ | 191 | #define DECLARE_SOCKADDR(type, dst, src) \ |