mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
dde_linux/usb: Initialize head pointer of SKB
This commit is contained in:
committed by
Christian Helmuth
parent
97c5e21ed6
commit
aa0f13fba5
@ -87,6 +87,7 @@ class Skb
|
|||||||
|
|
||||||
sk_buff *r = &_buf[(_idx * ENTRY_ELEMENT_SIZE) + msb];
|
sk_buff *r = &_buf[(_idx * ENTRY_ELEMENT_SIZE) + msb];
|
||||||
r->data = r->start;
|
r->data = r->start;
|
||||||
|
r->head = r->data;
|
||||||
r->phys = 0;
|
r->phys = 0;
|
||||||
r->cloned = 0;
|
r->cloned = 0;
|
||||||
r->clone = 0;
|
r->clone = 0;
|
||||||
|
Reference in New Issue
Block a user