diff options
Diffstat (limited to 'include/net/tcp.h')
| -rw-r--r-- | include/net/tcp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 33ce5242a17a..468b01f01c13 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
| @@ -304,10 +304,10 @@ extern int tcp_v4_rcv(struct sk_buff *skb); | |||
| 304 | 304 | ||
| 305 | extern int tcp_v4_remember_stamp(struct sock *sk); | 305 | extern int tcp_v4_remember_stamp(struct sock *sk); |
| 306 | extern int tcp_v4_tw_remember_stamp(struct inet_timewait_sock *tw); | 306 | extern int tcp_v4_tw_remember_stamp(struct inet_timewait_sock *tw); |
| 307 | extern int tcp_sendmsg(struct kiocb *iocb, struct socket *sock, | 307 | extern int tcp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, |
| 308 | struct msghdr *msg, size_t size); | 308 | size_t size); |
| 309 | extern ssize_t tcp_sendpage(struct socket *sock, struct page *page, int offset, | 309 | extern int tcp_sendpage(struct sock *sk, struct page *page, int offset, |
| 310 | size_t size, int flags); | 310 | size_t size, int flags); |
| 311 | extern int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg); | 311 | extern int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg); |
| 312 | extern int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb, | 312 | extern int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb, |
| 313 | struct tcphdr *th, unsigned len); | 313 | struct tcphdr *th, unsigned len); |
