Searched refs:VIRTIO_VSOCK_OP_RST (Results 1 – 3 of 3) sorted by relevance
22 TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_RST);33 { VIRTIO_VSOCK_OP_RST, "RST" }, \
80 VIRTIO_VSOCK_OP_RST = 3, enumerator
141 case VIRTIO_VSOCK_OP_RST: in virtio_transport_build_skb()815 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset()821 if (pkt && le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset()835 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset_no_sock()841 if (le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset_no_sock()1002 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connecting()1110 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connected()1128 if (le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_recv_disconnecting()