Home
last modified time | relevance | path

Searched refs:CEPH_MSGR_TAG_SEQ (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/ceph/
Dmsgr.h119 #define CEPH_MSGR_TAG_SEQ 13 /* 64-bit int follows with seen seq number */ macro
/Linux-v6.6/net/ceph/
Dmessenger_v1.c570 con->v1.in_tag = CEPH_MSGR_TAG_SEQ; in prepare_read_seq()
881 case CEPH_MSGR_TAG_SEQ: in process_connect()
912 if (con->v1.in_reply.tag == CEPH_MSGR_TAG_SEQ) { in process_connect()
1439 con->v1.in_tag == CEPH_MSGR_TAG_SEQ) { in ceph_con_v1_try_read()