Searched refs:VIRTIO_VSOCK_OP_RST (Results 1 – 5 of 5) sorted by relevance
137 case VIRTIO_VSOCK_OP_RST: in virtio_transport_build_skb()694 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset()701 if (pkt && le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset()715 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset_no_sock()721 if (le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset_no_sock()882 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connecting()979 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connected()997 if (le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_recv_disconnecting()
19 TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_RST);30 { VIRTIO_VSOCK_OP_RST, "RST" }, \
76 VIRTIO_VSOCK_OP_RST = 3, enumerator