On Mon, Sep 28, 2020 at 4:33 AM Alan Maguire <alan.maguire@xxxxxxxxxx> wrote: > > Default output for an sk_buff looks like this (zeroed fields > are omitted): > > (struct sk_buff){ > .transport_header = (__u16)65535, > .mac_header = (__u16)65535, > .end = (sk_buff_data_t)192, > .head = (unsigned char *)0x000000007524fd8b, > .data = (unsigned char *)0x000000007524fd8b, > .truesize = (unsigned int)768, > .users = (refcount_t){ > .refs = (atomic_t){ > .counter = (int)1, > }, > }, > } > > Flags can modify aspects of output format; see patch 3 > for more details. Applied. Thanks a lot.