Lines Matching defs:con
110 static void con_out_kvec_reset(struct ceph_connection *con) in con_out_kvec_reset()
119 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
138 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
153 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
172 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer()
195 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message()
267 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack()
288 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq()
306 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive()
328 static int get_connect_authorizer(struct ceph_connection *con) in get_connect_authorizer()
354 static void prepare_write_banner(struct ceph_connection *con) in prepare_write_banner()
364 static void __prepare_write_connect(struct ceph_connection *con) in __prepare_write_connect()
376 static int prepare_write_connect(struct ceph_connection *con) in prepare_write_connect()
421 static int write_partial_kvec(struct ceph_connection *con) in write_partial_kvec()
465 static int write_partial_message_data(struct ceph_connection *con) in write_partial_message_data()
527 static int write_partial_skip(struct ceph_connection *con) in write_partial_skip()
549 static void prepare_read_banner(struct ceph_connection *con) in prepare_read_banner()
555 static void prepare_read_connect(struct ceph_connection *con) in prepare_read_connect()
561 static void prepare_read_ack(struct ceph_connection *con) in prepare_read_ack()
567 static void prepare_read_seq(struct ceph_connection *con) in prepare_read_seq()
574 static void prepare_read_tag(struct ceph_connection *con) in prepare_read_tag()
581 static void prepare_read_keepalive_ack(struct ceph_connection *con) in prepare_read_keepalive_ack()
590 static int prepare_read_message(struct ceph_connection *con) in prepare_read_message()
599 static int read_partial(struct ceph_connection *con, in read_partial()
616 static int read_partial_banner(struct ceph_connection *con) in read_partial_banner()
649 static int read_partial_connect(struct ceph_connection *con) in read_partial_connect()
690 static int verify_hello(struct ceph_connection *con) in verify_hello()
701 static int process_banner(struct ceph_connection *con) in process_banner()
744 static int process_connect(struct ceph_connection *con) in process_connect()
941 static int read_partial_ack(struct ceph_connection *con) in read_partial_ack()
952 static void process_ack(struct ceph_connection *con) in process_ack()
964 static int read_partial_message_chunk(struct ceph_connection *con, in read_partial_message_chunk()
987 static inline int read_partial_message_section(struct ceph_connection *con, in read_partial_message_section()
995 static int read_partial_sparse_msg_extent(struct ceph_connection *con, u32 *crc) in read_partial_sparse_msg_extent()
1030 static int read_partial_sparse_msg_data(struct ceph_connection *con) in read_partial_sparse_msg_data()
1067 static int read_partial_msg_data(struct ceph_connection *con) in read_partial_msg_data()
1104 static int read_partial_msg_data_bounce(struct ceph_connection *con) in read_partial_msg_data_bounce()
1147 static int read_partial_message(struct ceph_connection *con) in read_partial_message()
1311 static int read_keepalive_ack(struct ceph_connection *con) in read_keepalive_ack()
1326 int ceph_con_v1_try_read(struct ceph_connection *con) in ceph_con_v1_try_read()
1473 int ceph_con_v1_try_write(struct ceph_connection *con) in ceph_con_v1_try_write()
1567 void ceph_con_v1_revoke(struct ceph_connection *con) in ceph_con_v1_revoke()
1590 void ceph_con_v1_revoke_incoming(struct ceph_connection *con) in ceph_con_v1_revoke_incoming()
1610 bool ceph_con_v1_opened(struct ceph_connection *con) in ceph_con_v1_opened()
1615 void ceph_con_v1_reset_session(struct ceph_connection *con) in ceph_con_v1_reset_session()
1621 void ceph_con_v1_reset_protocol(struct ceph_connection *con) in ceph_con_v1_reset_protocol()