net: display more skb fields in skb_dump()
authorEric Dumazet <edumazet@google.com>
Sun, 7 Apr 2024 08:06:06 +0000 (08:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2024 13:06:31 +0000 (14:06 +0100)
commit4308811ba90118ae1b71a95fee79ab7dada6400c
tree505fdb1d96e992cbb1544381b8b55328d04d2923
parent7812da81b6da6e206c4c2a8720b62a2f29934109
net: display more skb fields in skb_dump()

Print these additional fields in skb_dump() to ease debugging.

- mac_len
- csum_start (in v2, at Willem suggestion)
- csum_offset (in v2, at Willem suggestion)
- priority
- mark
- alloc_cpu
- vlan_all
- encapsulation
- inner_protocol
- inner_mac_header
- inner_network_header
- inner_transport_header

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c