skbuff.h (f24b9be5957b38bb420b838115040dc2031b7d0c) | skbuff.h (09c2d251b70723650ba47e83571ff49281320f7c) |
---|---|
1/* 2 * Definitions for the 'struct sk_buff' memory handlers. 3 * 4 * Authors: 5 * Alan Cox, <gw4pts@gw4pts.ampr.org> 6 * Florian La Roche, <rzsfl@rz.uni-sb.de> 7 * 8 * This program is free software; you can redistribute it and/or --- 264 unchanged lines hidden (view full) --- 273 unsigned char nr_frags; 274 __u8 tx_flags; 275 unsigned short gso_size; 276 /* Warning: this field is not always filled in (UFO)! */ 277 unsigned short gso_segs; 278 unsigned short gso_type; 279 struct sk_buff *frag_list; 280 struct skb_shared_hwtstamps hwtstamps; | 1/* 2 * Definitions for the 'struct sk_buff' memory handlers. 3 * 4 * Authors: 5 * Alan Cox, <gw4pts@gw4pts.ampr.org> 6 * Florian La Roche, <rzsfl@rz.uni-sb.de> 7 * 8 * This program is free software; you can redistribute it and/or --- 264 unchanged lines hidden (view full) --- 273 unsigned char nr_frags; 274 __u8 tx_flags; 275 unsigned short gso_size; 276 /* Warning: this field is not always filled in (UFO)! */ 277 unsigned short gso_segs; 278 unsigned short gso_type; 279 struct sk_buff *frag_list; 280 struct skb_shared_hwtstamps hwtstamps; |
281 u32 tskey; |
|
281 __be32 ip6_frag_id; 282 283 /* 284 * Warning : all fields before dataref are cleared in __alloc_skb() 285 */ 286 atomic_t dataref; 287 288 /* Intermediate layers must ensure that destructor_arg --- 2871 unchanged lines hidden --- | 282 __be32 ip6_frag_id; 283 284 /* 285 * Warning : all fields before dataref are cleared in __alloc_skb() 286 */ 287 atomic_t dataref; 288 289 /* Intermediate layers must ensure that destructor_arg --- 2871 unchanged lines hidden --- |