Lines Matching refs:drbd_connection

56 static int drbd_do_features(struct drbd_connection *connection);
57 static int drbd_do_auth(struct drbd_connection *connection);
59 static void conn_wait_active_ee_empty(struct drbd_connection *connection);
60 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *, struct drbd_epoch *, enum …
220 static void conn_reclaim_net_peer_reqs(struct drbd_connection *connection) in conn_reclaim_net_peer_reqs()
511 static int drbd_recv(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv()
544 static int drbd_recv_all(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all()
557 static int drbd_recv_all_warn(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all_warn()
586 static struct socket *drbd_try_connect(struct drbd_connection *connection) in drbd_try_connect()
675 struct drbd_connection *connection;
693 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) in prepare_listen_socket()
764 static struct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_… in drbd_wait_for_connect()
801 static int decode_header(struct drbd_connection *, void *, struct packet_info *);
803 static int send_first_packet(struct drbd_connection *connection, struct drbd_socket *sock, in send_first_packet()
811 static int receive_first_packet(struct drbd_connection *connection, struct socket *sock) in receive_first_packet()
862 static bool connection_established(struct drbd_connection *connection, in connection_established()
921 static int conn_connect(struct drbd_connection *connection) in conn_connect()
1153 static int decode_header(struct drbd_connection *connection, void *header, struct packet_info *pi) in decode_header()
1189 static void drbd_unplug_all_devices(struct drbd_connection *connection) in drbd_unplug_all_devices()
1197 static int drbd_recv_header(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header()
1212 static int drbd_recv_header_maybe_unplug(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header_maybe_unplug()
1309 static void drbd_flush(struct drbd_connection *connection) in drbd_flush()
1356 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *connection, in drbd_may_finish_epoch()
1751 static void conn_wait_active_ee_empty(struct drbd_connection *connection) in conn_wait_active_ee_empty()
1769 static int receive_Barrier(struct drbd_connection *connection, struct packet_info *pi) in receive_Barrier()
2142 static int receive_DataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_DataReply()
2177 static int receive_RSDataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_RSDataReply()
2299 struct drbd_connection *connection = peer_req->peer_device->connection; in e_send_retry_write()
2479 struct drbd_connection *connection = peer_req->peer_device->connection; in handle_write_conflicts()
2585 static int receive_Data(struct drbd_connection *connection, struct packet_info *pi) in receive_Data()
2835 static int receive_DataRequest(struct drbd_connection *connection, struct packet_info *pi) in receive_DataRequest()
3271 struct drbd_connection *const connection = peer_device ? peer_device->connection : NULL; in drbd_uuid_compare()
3666 static int receive_protocol(struct drbd_connection *connection, struct packet_info *pi) in receive_protocol()
3840 static int ignore_remaining_packet(struct drbd_connection *connection, struct packet_info *pi) in ignore_remaining_packet()
3871 static int config_unknown_volume(struct drbd_connection *connection, struct packet_info *pi) in config_unknown_volume()
3878 static int receive_SyncParam(struct drbd_connection *connection, struct packet_info *pi) in receive_SyncParam()
4103 static int receive_sizes(struct drbd_connection *connection, struct packet_info *pi) in receive_sizes()
4276 static int receive_uuids(struct drbd_connection *connection, struct packet_info *pi) in receive_uuids()
4383 static int receive_req_state(struct drbd_connection *connection, struct packet_info *pi) in receive_req_state()
4416 static int receive_req_conn_state(struct drbd_connection *connection, struct packet_info *pi) in receive_req_conn_state()
4440 static int receive_state(struct drbd_connection *connection, struct packet_info *pi) in receive_state()
4637 static int receive_sync_uuid(struct drbd_connection *connection, struct packet_info *pi) in receive_sync_uuid()
4861 static int receive_bitmap(struct drbd_connection *connection, struct packet_info *pi) in receive_bitmap()
4949 static int receive_skip(struct drbd_connection *connection, struct packet_info *pi) in receive_skip()
4957 static int receive_UnplugRemote(struct drbd_connection *connection, struct packet_info *pi) in receive_UnplugRemote()
4966 static int receive_out_of_sync(struct drbd_connection *connection, struct packet_info *pi) in receive_out_of_sync()
4992 static int receive_rs_deallocated(struct drbd_connection *connection, struct packet_info *pi) in receive_rs_deallocated()
5061 int (*fn)(struct drbd_connection *, struct packet_info *);
5096 static void drbdd(struct drbd_connection *connection) in drbdd()
5153 static void conn_disconnect(struct drbd_connection *connection) in conn_disconnect()
5305 static int drbd_send_features(struct drbd_connection *connection) in drbd_send_features()
5328 static int drbd_do_features(struct drbd_connection *connection) in drbd_do_features()
5395 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth()
5410 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth()
5592 struct drbd_connection *connection = thi->connection; in drbd_receiver()
5623 static int got_conn_RqSReply(struct drbd_connection *connection, struct packet_info *pi) in got_conn_RqSReply()
5640 static int got_RqSReply(struct drbd_connection *connection, struct packet_info *pi) in got_RqSReply()
5669 static int got_Ping(struct drbd_connection *connection, struct packet_info *pi) in got_Ping()
5675 static int got_PingAck(struct drbd_connection *connection, struct packet_info *pi) in got_PingAck()
5685 static int got_IsInSync(struct drbd_connection *connection, struct packet_info *pi) in got_IsInSync()
5737 static int got_BlockAck(struct drbd_connection *connection, struct packet_info *pi) in got_BlockAck()
5783 static int got_NegAck(struct drbd_connection *connection, struct packet_info *pi) in got_NegAck()
5819 static int got_NegDReply(struct drbd_connection *connection, struct packet_info *pi) in got_NegDReply()
5841 static int got_NegRSDReply(struct drbd_connection *connection, struct packet_info *pi) in got_NegRSDReply()
5877 static int got_BarrierAck(struct drbd_connection *connection, struct packet_info *pi) in got_BarrierAck()
5901 static int got_OVResult(struct drbd_connection *connection, struct packet_info *pi) in got_OVResult()
5953 static int got_skip(struct drbd_connection *connection, struct packet_info *pi) in got_skip()
5960 int (*fn)(struct drbd_connection *connection, struct packet_info *);
5963 static void set_rcvtimeo(struct drbd_connection *connection, bool ping_timeout) in set_rcvtimeo()
5980 static void set_ping_timeout(struct drbd_connection *connection) in set_ping_timeout()
5985 static void set_idle_timeout(struct drbd_connection *connection) in set_idle_timeout()
6012 struct drbd_connection *connection = thi->connection; in drbd_ack_receiver()
6153 struct drbd_connection *connection = peer_device->connection; in drbd_send_acks_wf()