Lines Matching defs:con

120 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag)  in con_flag_clear()
127 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set()
134 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test()
141 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear()
149 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set()
327 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init()
338 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting()
349 static void con_sock_state_connected(struct ceph_connection *con) in con_sock_state_connected()
360 static void con_sock_state_closing(struct ceph_connection *con) in con_sock_state_closing()
373 static void con_sock_state_closed(struct ceph_connection *con) in con_sock_state_closed()
394 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_data_ready() local
409 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_write_space() local
432 struct ceph_connection *con = sk->sk_user_data; in ceph_sock_state_change() local
460 struct ceph_connection *con) in set_sock_callbacks()
477 static int ceph_tcp_connect(struct ceph_connection *con) in ceph_tcp_connect()
610 static int con_close_socket(struct ceph_connection *con) in con_close_socket()
652 static void reset_connection(struct ceph_connection *con) in reset_connection()
682 void ceph_con_close(struct ceph_connection *con) in ceph_con_close()
705 void ceph_con_open(struct ceph_connection *con, in ceph_con_open()
728 bool ceph_con_opened(struct ceph_connection *con) in ceph_con_opened()
736 void ceph_con_init(struct ceph_connection *con, void *private, in ceph_con_init()
774 static void con_out_kvec_reset(struct ceph_connection *con) in con_out_kvec_reset()
783 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
802 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
1203 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
1224 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer()
1253 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message()
1340 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack()
1361 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq()
1379 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive()
1400 static struct ceph_auth_handshake *get_connect_authorizer(struct ceph_connection *con, in get_connect_authorizer()
1429 static void prepare_write_banner(struct ceph_connection *con) in prepare_write_banner()
1439 static int prepare_write_connect(struct ceph_connection *con) in prepare_write_connect()
1498 static int write_partial_kvec(struct ceph_connection *con) in write_partial_kvec()
1554 static int write_partial_message_data(struct ceph_connection *con) in write_partial_message_data()
1614 static int write_partial_skip(struct ceph_connection *con) in write_partial_skip()
1635 static void prepare_read_banner(struct ceph_connection *con) in prepare_read_banner()
1641 static void prepare_read_connect(struct ceph_connection *con) in prepare_read_connect()
1647 static void prepare_read_ack(struct ceph_connection *con) in prepare_read_ack()
1653 static void prepare_read_seq(struct ceph_connection *con) in prepare_read_seq()
1660 static void prepare_read_tag(struct ceph_connection *con) in prepare_read_tag()
1667 static void prepare_read_keepalive_ack(struct ceph_connection *con) in prepare_read_keepalive_ack()
1676 static int prepare_read_message(struct ceph_connection *con) in prepare_read_message()
1686 static int read_partial(struct ceph_connection *con, in read_partial()
1704 static int read_partial_banner(struct ceph_connection *con) in read_partial_banner()
1735 static int read_partial_connect(struct ceph_connection *con) in read_partial_connect()
1767 static int verify_hello(struct ceph_connection *con) in verify_hello()
1989 static int process_banner(struct ceph_connection *con) in process_banner()
2035 static int process_connect(struct ceph_connection *con) in process_connect()
2205 static int read_partial_ack(struct ceph_connection *con) in read_partial_ack()
2216 static void process_ack(struct ceph_connection *con) in process_ack()
2237 static int read_partial_message_section(struct ceph_connection *con, in read_partial_message_section()
2260 static int read_partial_msg_data(struct ceph_connection *con) in read_partial_msg_data()
2302 static int read_partial_message(struct ceph_connection *con) in read_partial_message()
2467 static void process_message(struct ceph_connection *con) in process_message()
2494 static int read_keepalive_ack(struct ceph_connection *con) in read_keepalive_ack()
2510 static int try_write(struct ceph_connection *con) in try_write()
2603 static int try_read(struct ceph_connection *con) in try_read()
2759 static int queue_con_delay(struct ceph_connection *con, unsigned long delay) in queue_con_delay()
2776 static void queue_con(struct ceph_connection *con) in queue_con()
2781 static void cancel_con(struct ceph_connection *con) in cancel_con()
2789 static bool con_sock_closed(struct ceph_connection *con) in con_sock_closed()
2818 static bool con_backoff(struct ceph_connection *con) in con_backoff()
2838 static void con_fault_finish(struct ceph_connection *con) in con_fault_finish()
2858 struct ceph_connection *con = container_of(work, struct ceph_connection, in ceph_con_workfn() local
2923 static void con_fault(struct ceph_connection *con) in con_fault()
3003 static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) in msg_con_set()
3012 static void clear_standby(struct ceph_connection *con) in clear_standby()
3027 void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) in ceph_con_send()
3069 struct ceph_connection *con = msg->con; in ceph_msg_revoke() local
3118 struct ceph_connection *con = msg->con; in ceph_msg_revoke_incoming() local
3153 void ceph_con_keepalive(struct ceph_connection *con) in ceph_con_keepalive()
3165 bool ceph_con_keepalive_expired(struct ceph_connection *con, in ceph_con_keepalive_expired()
3319 static int ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg) in ceph_alloc_middle()
3350 static int ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip) in ceph_con_in_msg_alloc()