Home
last modified time | relevance | path

Searched refs:VIRTIO_VSOCK_OP_RST (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/trace/events/
H A Dvsock_virtio_transport_common.h22 TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_RST);
33 { VIRTIO_VSOCK_OP_RST, "RST" }, \
/linux-6.15/include/uapi/linux/
H A Dvirtio_vsock.h80 VIRTIO_VSOCK_OP_RST = 3, enumerator
/linux-6.15/net/vmw_vsock/
H A Dvirtio_transport_common.c198 case VIRTIO_VSOCK_OP_RST: in virtio_transport_build_skb()
1139 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset()
1145 if (skb && le16_to_cpu(virtio_vsock_hdr(skb)->op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset()
1159 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset_no_sock()
1166 if (le16_to_cpu(hdr->op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset_no_sock()
1329 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connecting()
1445 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connected()
1464 if (le16_to_cpu(hdr->op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_recv_disconnecting()