|
@@ -301,6 +301,11 @@ struct sk_buff;
|
|
|
#endif
|
|
#endif
|
|
|
extern int sysctl_max_skb_frags;
|
|
extern int sysctl_max_skb_frags;
|
|
|
|
|
|
|
|
|
|
+/* Set skb_shinfo(skb)->gso_size to this in case you want skb_segment to
|
|
|
|
|
+ * segment using its current segmentation instead.
|
|
|
|
|
+ */
|
|
|
|
|
+#define GSO_BY_FRAGS 0xFFFF
|
|
|
|
|
+
|
|
|
typedef struct skb_frag_struct skb_frag_t;
|
|
typedef struct skb_frag_struct skb_frag_t;
|
|
|
|
|
|
|
|
struct skb_frag_struct {
|
|
struct skb_frag_struct {
|