datapath: Update kernel support to 3.2.
[openvswitch] / datapath / linux / compat / include / linux / skbuff.h
index ccf471714854e5d2166a07c6ca9e3e4b3c7872d6..456d7446736c357e6467b1f5cbb66f9058fb384d 100644 (file)
@@ -232,4 +232,11 @@ static inline bool skb_warn_if_lro(const struct sk_buff *skb)
 #define consume_skb kfree_skb
 #endif
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)
+static inline struct page *skb_frag_page(const skb_frag_t *frag)
+{
+       return frag->page;
+}
+#endif
+
 #endif