|
@@ -365,8 +365,7 @@ void tcp_wfree(struct sk_buff *skb);
|
|
void tcp_write_timer_handler(struct sock *sk);
|
|
void tcp_write_timer_handler(struct sock *sk);
|
|
void tcp_delack_timer_handler(struct sock *sk);
|
|
void tcp_delack_timer_handler(struct sock *sk);
|
|
int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg);
|
|
int tcp_ioctl(struct sock *sk, int cmd, unsigned long arg);
|
|
-int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
|
|
|
|
- const struct tcphdr *th);
|
|
|
|
|
|
+int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb);
|
|
void tcp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
|
void tcp_rcv_established(struct sock *sk, struct sk_buff *skb,
|
|
const struct tcphdr *th, unsigned int len);
|
|
const struct tcphdr *th, unsigned int len);
|
|
void tcp_rcv_space_adjust(struct sock *sk);
|
|
void tcp_rcv_space_adjust(struct sock *sk);
|