Searched refs:VIRTIO_VSOCK_OP_RST (Results 1 – 4 of 4) sorted by relevance
22 TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_RST);33 { VIRTIO_VSOCK_OP_RST, "RST" }, \
80 VIRTIO_VSOCK_OP_RST = 3, enumerator
154 case VIRTIO_VSOCK_OP_RST: in virtio_transport_build_skb()939 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset()945 if (skb && le16_to_cpu(virtio_vsock_hdr(skb)->op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset()959 .op = VIRTIO_VSOCK_OP_RST, in virtio_transport_reset_no_sock()966 if (le16_to_cpu(hdr->op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_reset_no_sock()1129 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connecting()1245 case VIRTIO_VSOCK_OP_RST: in virtio_transport_recv_connected()1264 if (le16_to_cpu(hdr->op) == VIRTIO_VSOCK_OP_RST) in virtio_transport_recv_disconnecting()