Home
last modified time | relevance | path

Searched refs:dst_cid (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dvsock_virtio_transport_common.h39 __u32 dst_cid, __u32 dst_port,
47 dst_cid, dst_port,
56 __field(__u32, dst_cid)
66 __entry->dst_cid = dst_cid;
75 __entry->dst_cid, __entry->dst_port,
85 __u32 dst_cid, __u32 dst_port,
95 dst_cid, dst_port,
106 __field(__u32, dst_cid)
118 __entry->dst_cid = dst_cid;
130 __entry->dst_cid, __entry->dst_port,
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvirtio_transport_common.c49 u32 dst_cid, in virtio_transport_alloc_pkt() argument
62 pkt->hdr.dst_cid = cpu_to_le64(dst_cid); in virtio_transport_alloc_pkt()
84 dst_cid, dst_port, in virtio_transport_alloc_pkt()
125 hdr->dst_cid = pkt->hdr.dst_cid; in virtio_transport_build_skb()
180 u32 src_cid, src_port, dst_cid, dst_port; in virtio_transport_send_pkt_info() local
193 dst_cid = vsk->remote_addr.svm_cid; in virtio_transport_send_pkt_info()
196 dst_cid = info->remote_cid; in virtio_transport_send_pkt_info()
215 dst_cid, dst_port); in virtio_transport_send_pkt_info()
725 le64_to_cpu(pkt->hdr.dst_cid), in virtio_transport_reset_no_sock()
1074 vsock_addr_init(&vchild->local_addr, le64_to_cpu(pkt->hdr.dst_cid), in virtio_transport_recv_listen()
[all …]
H A Dvirtio_transport.c178 if (le64_to_cpu(pkt->hdr.dst_cid) == vsock->guest_cid) { in virtio_transport_send_pkt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvsockmon.h36 __le64 dst_cid; member
H A Dvirtio_vsock.h55 __le64 dst_cid; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvsockmon.h36 __le64 dst_cid; member
H A Dvirtio_vsock.h55 __le64 dst_cid; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvsockmon.h36 __le64 dst_cid; member
H A Dvirtio_vsock.h55 __le64 dst_cid; member
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvsock.c254 vsock = vhost_vsock_get(le64_to_cpu(pkt->hdr.dst_cid)); in vhost_transport_send_pkt()
490 le64_to_cpu(pkt->hdr.dst_cid) == in vhost_vsock_handle_tx_kick()