in_tag 1186 drivers/crypto/stm32/stm32-cryp.c u32 in_tag[AES_BLOCK_32], out_tag[AES_BLOCK_32]; in_tag 1188 drivers/crypto/stm32/stm32-cryp.c scatterwalk_map_and_copy(in_tag, cryp->in_sg, in_tag 1195 drivers/crypto/stm32/stm32-cryp.c if (crypto_memneq(in_tag, out_tag, cryp->authsize)) in_tag 316 include/linux/ceph/messenger.h char in_tag; /* protocol control byte */ in_tag 1670 net/ceph/messenger.c con->in_tag = CEPH_MSGR_TAG_SEQ; in_tag 1677 net/ceph/messenger.c con->in_tag = CEPH_MSGR_TAG_READY; in_tag 2062 net/ceph/messenger.c dout("process_connect on %p tag %d\n", con, (int)con->in_tag); in_tag 2271 net/ceph/messenger.c bool reconnect = (con->in_tag == CEPH_MSGR_TAG_SEQ); in_tag 2412 net/ceph/messenger.c con->in_tag = CEPH_MSGR_TAG_READY; in_tag 2437 net/ceph/messenger.c con->in_tag = CEPH_MSGR_TAG_READY; in_tag 2590 net/ceph/messenger.c con->in_tag = CEPH_MSGR_TAG_READY; in_tag 2678 net/ceph/messenger.c dout("try_read tag %d in_base_pos %d\n", (int)con->in_tag, in_tag 2731 net/ceph/messenger.c if (con->in_tag == CEPH_MSGR_TAG_READY) { in_tag 2735 net/ceph/messenger.c ret = ceph_tcp_recvmsg(con->sock, &con->in_tag, 1); in_tag 2738 net/ceph/messenger.c dout("try_read got tag %d\n", (int)con->in_tag); in_tag 2739 net/ceph/messenger.c switch (con->in_tag) { in_tag 2757 net/ceph/messenger.c if (con->in_tag == CEPH_MSGR_TAG_MSG) { in_tag 2773 net/ceph/messenger.c if (con->in_tag == CEPH_MSGR_TAG_READY) in_tag 2780 net/ceph/messenger.c if (con->in_tag == CEPH_MSGR_TAG_ACK || in_tag 2781 net/ceph/messenger.c con->in_tag == CEPH_MSGR_TAG_SEQ) { in_tag 2792 net/ceph/messenger.c if (con->in_tag == CEPH_MSGR_TAG_KEEPALIVE2_ACK) { in_tag 2804 net/ceph/messenger.c pr_err("try_read bad con->in_tag = %d\n", (int)con->in_tag); in_tag 3205 net/ceph/messenger.c con->in_tag = CEPH_MSGR_TAG_READY;