X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Ftcp.h;h=3f0ede97ffa3f06ad3a18fefa9824f22572baeca;hp=7f59ee94698336fb32be6985e9f791d8b5149dfc;hb=a0eee8681a9bc21d3f83260a8ceb3fa30236b189;hpb=c125d5e846894043361c0c89c1140be8fd6600b7 diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 7f59ee946983..3f0ede97ffa3 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -497,4 +497,7 @@ static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) #endif /* __KERNEL__ */ +int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount, + int shiftlen); + #endif /* _LINUX_TCP_H */