From 14916732dd8205b32354a34b685544d44f991b34 Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Sat, 13 Oct 2007 12:33:32 +0200 Subject: [PATCH] --- yaml --- r: 69320 b: refs/heads/master c: eabd7e35c0061dc250fcb8b77c472cb66d770774 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/skbuff.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 39cfa4f15da8..de438c86ed75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af793e08b748223d04ec4ba6aa70e3686a4ba4f7 +refs/heads/master: eabd7e35c0061dc250fcb8b77c472cb66d770774 diff --git a/trunk/include/linux/skbuff.h b/trunk/include/linux/skbuff.h index a656cecd373c..8101e8b0d7ba 100644 --- a/trunk/include/linux/skbuff.h +++ b/trunk/include/linux/skbuff.h @@ -1781,6 +1781,11 @@ static inline int skb_is_gso(const struct sk_buff *skb) return skb_shinfo(skb)->gso_size; } +static inline int skb_is_gso_v6(const struct sk_buff *skb) +{ + return skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6; +} + static inline void skb_forward_csum(struct sk_buff *skb) { /* Unfortunately we don't support this one. Any brave souls? */