X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=include%2Fnet%2Ftcp.h;h=d0e90c50722beb661814e9ead4153865c4862a39;hb=006f582c73f4eda35e06fd323193c3df43fb3459;hp=b71676326950c7c6f709ab75c08e44105ffff0a7;hpb=41ea36e35a0daa75377b3e70680e5c3a3f83fe27;p=cascardo%2Flinux.git diff --git a/include/net/tcp.h b/include/net/tcp.h index b71676326950..d0e90c50722b 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -472,6 +472,8 @@ extern void tcp_send_delayed_ack(struct sock *sk); /* tcp_input.c */ extern void tcp_cwnd_application_limited(struct sock *sk); +extern void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, + struct sk_buff *skb); /* tcp_timer.c */ extern void tcp_init_xmit_timers(struct sock *);