We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6650e7 commit cd12535Copy full SHA for cd12535
net/vmw_vsock/virtio_transport_common.c
@@ -68,6 +68,8 @@ virtio_transport_alloc_skb(struct virtio_vsock_pkt_info *info,
68
hdr->dst_port = cpu_to_le32(dst_port);
69
hdr->flags = cpu_to_le32(info->flags);
70
hdr->len = cpu_to_le32(len);
71
+ hdr->buf_alloc = cpu_to_le32(0);
72
+ hdr->fwd_cnt = cpu_to_le32(0);
73
74
if (info->msg && len > 0) {
75
payload = skb_put(skb, len);
0 commit comments