diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-12 15:38:34 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-10 16:37:28 -0500 |
commit | 3635013f2dfaea6f4db2fb6e00e568343fff11d1 (patch) | |
tree | 2293444d6bf6a164982f41ca3e17342d901053f5 /include/linux/netdevice.h | |
parent | a387b0fa961a9ca309636fc69f208abacb6aa24a (diff) |
skbufhead-raw-lock.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index a82ad4dd306a..a5bde7715be0 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1760,6 +1760,7 @@ struct softnet_data { unsigned dropped; struct sk_buff_head input_pkt_queue; struct napi_struct backlog; + struct sk_buff_head tofree_queue; }; static inline void input_queue_head_incr(struct softnet_data *sd) |