Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184553
b: refs/heads/master
c: da3f5cf
h: refs/heads/master
i:
  184551: 74d6672
v: v3
  • Loading branch information
Felix Fietkau authored and David S. Miller committed Feb 27, 2010
1 parent 23d223a commit 8a2150f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d6184e4881b423522136aeb3ec1cbd9c35e8813
refs/heads/master: da3f5cf1f8ebb0fab5c5fd09adb189166594ad6c
13 changes: 7 additions & 6 deletions trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,22 +315,23 @@ struct sk_buff {
struct sk_buff *next;
struct sk_buff *prev;

struct sock *sk;
ktime_t tstamp;

struct sock *sk;
struct net_device *dev;

unsigned long _skb_dst;
#ifdef CONFIG_XFRM
struct sec_path *sp;
#endif
/*
* This is the control buffer. It is free to use for every
* layer. Please put your private variables there. If you
* want to keep them across layers you have to do a skb_clone()
* first. This is owned by whoever has the skb queued ATM.
*/
char cb[48];
char cb[48] __aligned(8);

unsigned long _skb_dst;
#ifdef CONFIG_XFRM
struct sec_path *sp;
#endif
unsigned int len,
data_len;
__u16 mac_len,
Expand Down

0 comments on commit 8a2150f

Please sign in to comment.