Lines Matching defs:con

111 static void con_out_kvec_reset(struct ceph_connection *con)  in con_out_kvec_reset()
120 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
139 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
154 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()
530 static int write_partial_skip(struct ceph_connection *con) in write_partial_skip()
555 static void prepare_read_banner(struct ceph_connection *con) in prepare_read_banner()
561 static void prepare_read_connect(struct ceph_connection *con) in prepare_read_connect()
567 static void prepare_read_ack(struct ceph_connection *con) in prepare_read_ack()
573 static void prepare_read_seq(struct ceph_connection *con) in prepare_read_seq()
580 static void prepare_read_tag(struct ceph_connection *con) in prepare_read_tag()
587 static void prepare_read_keepalive_ack(struct ceph_connection *con) in prepare_read_keepalive_ack()
596 static int prepare_read_message(struct ceph_connection *con) in prepare_read_message()
605 static int read_partial(struct ceph_connection *con, in read_partial()
622 static int read_partial_banner(struct ceph_connection *con) in read_partial_banner()
655 static int read_partial_connect(struct ceph_connection *con) in read_partial_connect()
696 static int verify_hello(struct ceph_connection *con) in verify_hello()
707 static int process_banner(struct ceph_connection *con) in process_banner()
750 static int process_connect(struct ceph_connection *con) in process_connect()
947 static int read_partial_ack(struct ceph_connection *con) in read_partial_ack()
958 static void process_ack(struct ceph_connection *con) in process_ack()
970 static int read_partial_message_section(struct ceph_connection *con, in read_partial_message_section()
993 static int read_partial_msg_data(struct ceph_connection *con) in read_partial_msg_data()
1037 static int read_partial_message(struct ceph_connection *con) in read_partial_message()
1193 static int read_keepalive_ack(struct ceph_connection *con) in read_keepalive_ack()
1208 int ceph_con_v1_try_read(struct ceph_connection *con) in ceph_con_v1_try_read()
1355 int ceph_con_v1_try_write(struct ceph_connection *con) in ceph_con_v1_try_write()
1449 void ceph_con_v1_revoke(struct ceph_connection *con) in ceph_con_v1_revoke()
1472 void ceph_con_v1_revoke_incoming(struct ceph_connection *con) in ceph_con_v1_revoke_incoming()
1492 bool ceph_con_v1_opened(struct ceph_connection *con) in ceph_con_v1_opened()
1497 void ceph_con_v1_reset_session(struct ceph_connection *con) in ceph_con_v1_reset_session()
1503 void ceph_con_v1_reset_protocol(struct ceph_connection *con) in ceph_con_v1_reset_protocol()