Lines Matching refs:drbd_connection
68 static int drbd_do_features(struct drbd_connection *connection);
69 static int drbd_do_auth(struct drbd_connection *connection);
71 static void conn_wait_active_ee_empty(struct drbd_connection *connection);
72 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *, struct drbd_epoch *, enum …
232 static void conn_reclaim_net_peer_reqs(struct drbd_connection *connection) in conn_reclaim_net_peer_reqs()
523 static int drbd_recv(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv()
556 static int drbd_recv_all(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all()
569 static int drbd_recv_all_warn(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all_warn()
598 static struct socket *drbd_try_connect(struct drbd_connection *connection) in drbd_try_connect()
687 struct drbd_connection *connection;
705 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) in prepare_listen_socket()
776 static struct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_… in drbd_wait_for_connect()
813 static int decode_header(struct drbd_connection *, void *, struct packet_info *);
815 static int send_first_packet(struct drbd_connection *connection, struct drbd_socket *sock, in send_first_packet()
823 static int receive_first_packet(struct drbd_connection *connection, struct socket *sock) in receive_first_packet()
874 static bool connection_established(struct drbd_connection *connection, in connection_established()
933 static int conn_connect(struct drbd_connection *connection) in conn_connect()
1165 static int decode_header(struct drbd_connection *connection, void *header, struct packet_info *pi) in decode_header()
1201 static void drbd_unplug_all_devices(struct drbd_connection *connection) in drbd_unplug_all_devices()
1209 static int drbd_recv_header(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header()
1224 static int drbd_recv_header_maybe_unplug(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header_maybe_unplug()
1321 static void drbd_flush(struct drbd_connection *connection) in drbd_flush()
1368 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *connection, in drbd_may_finish_epoch()
1648 static void conn_wait_active_ee_empty(struct drbd_connection *connection) in conn_wait_active_ee_empty()
1666 static int receive_Barrier(struct drbd_connection *connection, struct packet_info *pi) in receive_Barrier()
2030 static int receive_DataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_DataReply()
2065 static int receive_RSDataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_RSDataReply()
2187 struct drbd_connection *connection = peer_req->peer_device->connection; in e_send_retry_write()
2363 struct drbd_connection *connection = peer_req->peer_device->connection; in handle_write_conflicts()
2469 static int receive_Data(struct drbd_connection *connection, struct packet_info *pi) in receive_Data()
2708 static int receive_DataRequest(struct drbd_connection *connection, struct packet_info *pi) in receive_DataRequest()
3144 struct drbd_connection *const connection = peer_device ? peer_device->connection : NULL; in drbd_uuid_compare()
3538 static int receive_protocol(struct drbd_connection *connection, struct packet_info *pi) in receive_protocol()
3711 static int ignore_remaining_packet(struct drbd_connection *connection, struct packet_info *pi) in ignore_remaining_packet()
3742 static int config_unknown_volume(struct drbd_connection *connection, struct packet_info *pi) in config_unknown_volume()
3749 static int receive_SyncParam(struct drbd_connection *connection, struct packet_info *pi) in receive_SyncParam()
3974 static int receive_sizes(struct drbd_connection *connection, struct packet_info *pi) in receive_sizes()
4119 static int receive_uuids(struct drbd_connection *connection, struct packet_info *pi) in receive_uuids()
4226 static int receive_req_state(struct drbd_connection *connection, struct packet_info *pi) in receive_req_state()
4259 static int receive_req_conn_state(struct drbd_connection *connection, struct packet_info *pi) in receive_req_conn_state()
4283 static int receive_state(struct drbd_connection *connection, struct packet_info *pi) in receive_state()
4461 static int receive_sync_uuid(struct drbd_connection *connection, struct packet_info *pi) in receive_sync_uuid()
4685 static int receive_bitmap(struct drbd_connection *connection, struct packet_info *pi) in receive_bitmap()
4773 static int receive_skip(struct drbd_connection *connection, struct packet_info *pi) in receive_skip()
4781 static int receive_UnplugRemote(struct drbd_connection *connection, struct packet_info *pi) in receive_UnplugRemote()
4790 static int receive_out_of_sync(struct drbd_connection *connection, struct packet_info *pi) in receive_out_of_sync()
4816 static int receive_rs_deallocated(struct drbd_connection *connection, struct packet_info *pi) in receive_rs_deallocated()
4885 int (*fn)(struct drbd_connection *, struct packet_info *);
4919 static void drbdd(struct drbd_connection *connection) in drbdd()
4976 static void conn_disconnect(struct drbd_connection *connection) in conn_disconnect()
5128 static int drbd_send_features(struct drbd_connection *connection) in drbd_send_features()
5151 static int drbd_do_features(struct drbd_connection *connection) in drbd_do_features()
5217 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth()
5232 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth()
5405 struct drbd_connection *connection = thi->connection; in drbd_receiver()
5436 static int got_conn_RqSReply(struct drbd_connection *connection, struct packet_info *pi) in got_conn_RqSReply()
5453 static int got_RqSReply(struct drbd_connection *connection, struct packet_info *pi) in got_RqSReply()
5482 static int got_Ping(struct drbd_connection *connection, struct packet_info *pi) in got_Ping()
5488 static int got_PingAck(struct drbd_connection *connection, struct packet_info *pi) in got_PingAck()
5498 static int got_IsInSync(struct drbd_connection *connection, struct packet_info *pi) in got_IsInSync()
5550 static int got_BlockAck(struct drbd_connection *connection, struct packet_info *pi) in got_BlockAck()
5596 static int got_NegAck(struct drbd_connection *connection, struct packet_info *pi) in got_NegAck()
5632 static int got_NegDReply(struct drbd_connection *connection, struct packet_info *pi) in got_NegDReply()
5654 static int got_NegRSDReply(struct drbd_connection *connection, struct packet_info *pi) in got_NegRSDReply()
5690 static int got_BarrierAck(struct drbd_connection *connection, struct packet_info *pi) in got_BarrierAck()
5714 static int got_OVResult(struct drbd_connection *connection, struct packet_info *pi) in got_OVResult()
5766 static int got_skip(struct drbd_connection *connection, struct packet_info *pi) in got_skip()
5773 int (*fn)(struct drbd_connection *connection, struct packet_info *);
5776 static void set_rcvtimeo(struct drbd_connection *connection, bool ping_timeout) in set_rcvtimeo()
5793 static void set_ping_timeout(struct drbd_connection *connection) in set_ping_timeout()
5798 static void set_idle_timeout(struct drbd_connection *connection) in set_idle_timeout()
5825 struct drbd_connection *connection = thi->connection; in drbd_ack_receiver()
5966 struct drbd_connection *connection = peer_device->connection; in drbd_send_acks_wf()