Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111598
b: refs/heads/master
c: 271bff7
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 11, 2008
1 parent 58b3a98 commit b71cd38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e493d1946a0b26b79001c18d7312d536156ff5a
refs/heads/master: 271bff7afbb2cbaa81e744006ad2fff1f3e10b1b
6 changes: 6 additions & 0 deletions trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,14 @@ struct skb_shared_info {
unsigned short gso_segs;
unsigned short gso_type;
__be32 ip6_frag_id;
#ifdef CONFIG_HAS_DMA
unsigned int num_dma_maps;
#endif
struct sk_buff *frag_list;
skb_frag_t frags[MAX_SKB_FRAGS];
#ifdef CONFIG_HAS_DMA
dma_addr_t dma_maps[MAX_SKB_FRAGS + 1];
#endif
};

/* We divide dataref into two halves. The higher 16 bits hold references
Expand Down

0 comments on commit b71cd38

Please sign in to comment.