diff options
author | 2025-05-28 10:03:53 +0200 | |
---|---|---|
committer | 2025-05-28 10:11:15 +0200 | |
commit | f6bd8faeb113c8ab783466bc5bc1a5442ae85176 (patch) | |
tree | 21a67177c1e5f4877523e40428c1ce2a35aa1cc5 /include | |
parent | selftests/bpf: Fix bpf selftest build warning (diff) | |
parent | net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames (diff) | |
download | wireguard-linux-f6bd8faeb113c8ab783466bc5bc1a5442ae85176.tar.xz wireguard-linux-f6bd8faeb113c8ab783466bc5bc1a5442ae85176.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Merge in late fixes to prepare for the 6.16 net-next PR.
No conflicts nor adjacent changes.
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/virtio_vsock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/virtio_vsock.h b/include/linux/virtio_vsock.h index 0387d64e2c66..36fb3edfa403 100644 --- a/include/linux/virtio_vsock.h +++ b/include/linux/virtio_vsock.h @@ -140,6 +140,7 @@ struct virtio_vsock_sock { u32 last_fwd_cnt; u32 rx_bytes; u32 buf_alloc; + u32 buf_used; struct sk_buff_head rx_queue; u32 msg_count; }; |