Thread (12 messages) read the whole thread 12 messages, 4 authors, 2020-09-29

Re: [PATCH v7 bpf-next 0/8] bpf: add helpers to support BTF-based kernel data display

From: Alexei Starovoitov <hidden>
Date: 2020-09-29 01:41:29
Also in: bpf, linux-kselftest, lkml

On Mon, Sep 28, 2020 at 4:33 AM Alan Maguire [off-list ref] 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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help