Lines Matching defs:con

119 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag)  in con_flag_clear()
126 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set()
133 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test()
140 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear()
148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set()
302 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init()
313 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting()
324 static void con_sock_state_connected(struct ceph_connection *con) in con_sock_state_connected()
335 static void con_sock_state_closing(struct ceph_connection *con) in con_sock_state_closing()
348 static void con_sock_state_closed(struct ceph_connection *con) in con_sock_state_closed()
369 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_data_ready() local
384 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_write_space() local
407 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_state_change() local
436 struct ceph_connection *con) in set_sock_callbacks()
453 static int ceph_tcp_connect(struct ceph_connection *con) in ceph_tcp_connect()
593 static int con_close_socket(struct ceph_connection *con) in con_close_socket()
635 static void reset_connection(struct ceph_connection *con) in reset_connection()
665 void ceph_con_close(struct ceph_connection *con) in ceph_con_close()
687 void ceph_con_open(struct ceph_connection *con, in ceph_con_open()
710 bool ceph_con_opened(struct ceph_connection *con) in ceph_con_opened()
718 void ceph_con_init(struct ceph_connection *con, void *private, in ceph_con_init()
756 static void con_out_kvec_reset(struct ceph_connection *con) in con_out_kvec_reset()
765 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
784 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
1213 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
1231 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer()
1254 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message()
1344 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack()
1365 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq()
1383 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive()
1405 static int get_connect_authorizer(struct ceph_connection *con) in get_connect_authorizer()
1430 static void prepare_write_banner(struct ceph_connection *con) in prepare_write_banner()
1440 static void __prepare_write_connect(struct ceph_connection *con) in __prepare_write_connect()
1451 static int prepare_write_connect(struct ceph_connection *con) in prepare_write_connect()
1496 static int write_partial_kvec(struct ceph_connection *con) in write_partial_kvec()
1552 static int write_partial_message_data(struct ceph_connection *con) in write_partial_message_data()
1617 static int write_partial_skip(struct ceph_connection *con) in write_partial_skip()
1641 static void prepare_read_banner(struct ceph_connection *con) in prepare_read_banner()
1647 static void prepare_read_connect(struct ceph_connection *con) in prepare_read_connect()
1653 static void prepare_read_ack(struct ceph_connection *con) in prepare_read_ack()
1659 static void prepare_read_seq(struct ceph_connection *con) in prepare_read_seq()
1666 static void prepare_read_tag(struct ceph_connection *con) in prepare_read_tag()
1673 static void prepare_read_keepalive_ack(struct ceph_connection *con) in prepare_read_keepalive_ack()
1682 static int prepare_read_message(struct ceph_connection *con) in prepare_read_message()
1692 static int read_partial(struct ceph_connection *con, in read_partial()
1710 static int read_partial_banner(struct ceph_connection *con) in read_partial_banner()
1743 static int read_partial_connect(struct ceph_connection *con) in read_partial_connect()
1784 static int verify_hello(struct ceph_connection *con) in verify_hello()
2003 static int process_banner(struct ceph_connection *con) in process_banner()
2046 static int process_connect(struct ceph_connection *con) in process_connect()
2246 static int read_partial_ack(struct ceph_connection *con) in read_partial_ack()
2257 static void process_ack(struct ceph_connection *con) in process_ack()
2287 static int read_partial_message_section(struct ceph_connection *con, in read_partial_message_section()
2310 static int read_partial_msg_data(struct ceph_connection *con) in read_partial_msg_data()
2356 static int read_partial_message(struct ceph_connection *con) in read_partial_message()
2517 static void process_message(struct ceph_connection *con) in process_message()
2544 static int read_keepalive_ack(struct ceph_connection *con) in read_keepalive_ack()
2560 static int try_write(struct ceph_connection *con) in try_write()
2656 static int try_read(struct ceph_connection *con) in try_read()
2807 static int queue_con_delay(struct ceph_connection *con, unsigned long delay) in queue_con_delay()
2824 static void queue_con(struct ceph_connection *con) in queue_con()
2829 static void cancel_con(struct ceph_connection *con) in cancel_con()
2837 static bool con_sock_closed(struct ceph_connection *con) in con_sock_closed()
2866 static bool con_backoff(struct ceph_connection *con) in con_backoff()
2886 static void con_fault_finish(struct ceph_connection *con) in con_fault_finish()
2910 struct ceph_connection *con = container_of(work, struct ceph_connection, in ceph_con_workfn() local
2975 static void con_fault(struct ceph_connection *con) in con_fault()
3066 static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) in msg_con_set()
3075 static void clear_standby(struct ceph_connection *con) in clear_standby()
3090 void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) in ceph_con_send()
3132 struct ceph_connection *con = msg->con; in ceph_msg_revoke() local
3178 struct ceph_connection *con = msg->con; in ceph_msg_revoke_incoming() local
3213 void ceph_con_keepalive(struct ceph_connection *con) in ceph_con_keepalive()
3226 bool ceph_con_keepalive_expired(struct ceph_connection *con, in ceph_con_keepalive_expired()
3396 static int ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg) in ceph_alloc_middle()
3427 static int ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip) in ceph_con_in_msg_alloc()