Searched refs:VIRTIO_VSOCK_OP_RST (Results 1 – 3 of 3) sorted by relevance
19 TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_RST);30 { VIRTIO_VSOCK_OP_RST, "RST" }, \
132 case VIRTIO_VSOCK_OP_RST: in virtio_transport_build_skb()683 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset()690 if (pkt && le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset()704 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset_no_sock()710 if (le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset_no_sock()862 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connecting()959 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connected()977 if (le16_to_cpu(pkt->hdr.op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_recv_disconnecting()
76 VIRTIO_VSOCK_OP_RST = 3, enumerator