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? */