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()
326 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init()
337 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting()
348 static void con_sock_state_connected(struct ceph_connection *con) in con_sock_state_connected()
359 static void con_sock_state_closing(struct ceph_connection *con) in con_sock_state_closing()
372 static void con_sock_state_closed(struct ceph_connection *con) in con_sock_state_closed()
393 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_data_ready() local
408 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_write_space() local
431 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_state_change() local
459 struct ceph_connection *con) in set_sock_callbacks()
476 static int ceph_tcp_connect(struct ceph_connection *con) in ceph_tcp_connect()
609 static int con_close_socket(struct ceph_connection *con) in con_close_socket()
654 static void reset_connection(struct ceph_connection *con) in reset_connection()
685 void ceph_con_close(struct ceph_connection *con) in ceph_con_close()
708 void ceph_con_open(struct ceph_connection *con, in ceph_con_open()
731 bool ceph_con_opened(struct ceph_connection *con) in ceph_con_opened()
739 void ceph_con_init(struct ceph_connection *con, void *private, in ceph_con_init()
777 static void con_out_kvec_reset(struct ceph_connection *con) in con_out_kvec_reset()
786 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
805 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
1206 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
1227 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer()
1256 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message()
1343 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack()
1364 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq()
1382 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive()
1394 static struct ceph_auth_handshake *get_connect_authorizer(struct ceph_connection *con, in get_connect_authorizer()
1423 static void prepare_write_banner(struct ceph_connection *con) in prepare_write_banner()
1433 static int prepare_write_connect(struct ceph_connection *con) in prepare_write_connect()
1491 static int write_partial_kvec(struct ceph_connection *con) in write_partial_kvec()
1547 static int write_partial_message_data(struct ceph_connection *con) in write_partial_message_data()
1607 static int write_partial_skip(struct ceph_connection *con) in write_partial_skip()
1628 static void prepare_read_banner(struct ceph_connection *con) in prepare_read_banner()
1634 static void prepare_read_connect(struct ceph_connection *con) in prepare_read_connect()
1640 static void prepare_read_ack(struct ceph_connection *con) in prepare_read_ack()
1646 static void prepare_read_seq(struct ceph_connection *con) in prepare_read_seq()
1653 static void prepare_read_tag(struct ceph_connection *con) in prepare_read_tag()
1663 static int prepare_read_message(struct ceph_connection *con) in prepare_read_message()
1673 static int read_partial(struct ceph_connection *con, in read_partial()
1691 static int read_partial_banner(struct ceph_connection *con) in read_partial_banner()
1722 static int read_partial_connect(struct ceph_connection *con) in read_partial_connect()
1754 static int verify_hello(struct ceph_connection *con) in verify_hello()
1976 static int process_banner(struct ceph_connection *con) in process_banner()
2022 static int process_connect(struct ceph_connection *con) in process_connect()
2192 static int read_partial_ack(struct ceph_connection *con) in read_partial_ack()
2203 static void process_ack(struct ceph_connection *con) in process_ack()
2224 static int read_partial_message_section(struct ceph_connection *con, in read_partial_message_section()
2247 static int read_partial_msg_data(struct ceph_connection *con) in read_partial_msg_data()
2290 static int read_partial_message(struct ceph_connection *con) in read_partial_message()
2462 static void process_message(struct ceph_connection *con) in process_message()
2497 static int try_write(struct ceph_connection *con) in try_write()
2590 static int try_read(struct ceph_connection *con) in try_read()
2737 static int queue_con_delay(struct ceph_connection *con, unsigned long delay) in queue_con_delay()
2754 static void queue_con(struct ceph_connection *con) in queue_con()
2759 static void cancel_con(struct ceph_connection *con) in cancel_con()
2767 static bool con_sock_closed(struct ceph_connection *con) in con_sock_closed()
2796 static bool con_backoff(struct ceph_connection *con) in con_backoff()
2816 static void con_fault_finish(struct ceph_connection *con) in con_fault_finish()
2836 struct ceph_connection *con = container_of(work, struct ceph_connection, in con_work() local
2901 static void con_fault(struct ceph_connection *con) in con_fault()
2985 static void clear_standby(struct ceph_connection *con) in clear_standby()
3000 void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) in ceph_con_send()
3044 struct ceph_connection *con = msg->con; in ceph_msg_revoke() local
3094 struct ceph_connection *con; in ceph_msg_revoke_incoming() local
3132 void ceph_con_keepalive(struct ceph_connection *con) in ceph_con_keepalive()
3284 static int ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg) in ceph_alloc_middle()
3315 static int ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip) in ceph_con_in_msg_alloc()