Lines Matching defs:con

120 	struct connection *con;  member
193 static struct writequeue_entry *con_next_wq(struct connection *con) in con_next_wq()
210 struct connection *con; in __find_con() local
220 static bool tcp_eof_condition(struct connection *con) in tcp_eof_condition()
225 static int dlm_con_init(struct connection *con, int nodeid) in dlm_con_init()
250 struct connection *con, *tmp; in nodeid2con() local
295 struct connection *con; in foreach_conn() local
487 struct connection *con; in lowcomms_data_ready() local
506 struct connection *con; in lowcomms_write_space() local
531 static inline void lowcomms_connect_sock(struct connection *con) in lowcomms_connect_sock()
556 struct connection *con; in dlm_lowcomms_connect_node() local
594 struct connection *con; in lowcomms_error_report() local
678 static void add_listen_sock(struct socket *sock, struct listen_connection *con) in add_listen_sock()
694 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
776 static void close_connection(struct connection *con, bool and_other, in close_connection()
830 static void shutdown_connection(struct connection *con) in shutdown_connection()
868 static void dlm_tcp_shutdown(struct connection *con) in dlm_tcp_shutdown()
875 static int con_realloc_receive_buf(struct connection *con, int newlen) in con_realloc_receive_buf()
896 static int receive_from_sock(struct connection *con) in receive_from_sock()
987 static int accept_from_sock(struct listen_connection *con) in accept_from_sock()
1180 static struct writequeue_entry *new_writequeue_entry(struct connection *con, in new_writequeue_entry()
1203 static struct writequeue_entry *new_wq_entry(struct connection *con, int len, in new_wq_entry()
1248 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1297 struct connection *con; in dlm_lowcomms_new_msg() local
1330 struct connection *con = e->con; in _dlm_lowcomms_commit_msg() local
1389 static void send_to_sock(struct connection *con) in send_to_sock()
1464 static void clean_one_writequeue(struct connection *con) in clean_one_writequeue()
1479 struct connection *con; in dlm_lowcomms_close() local
1511 struct connection *con = container_of(work, struct connection, rwork); in process_recv_sockets() local
1522 static void dlm_connect(struct connection *con) in dlm_connect()
1593 struct connection *con = container_of(work, struct connection, swork); in process_send_sockets() local
1649 static void shutdown_conn(struct connection *con) in shutdown_conn()
1676 static void _stop_conn(struct connection *con, bool and_other) in _stop_conn()
1692 static void stop_conn(struct connection *con) in stop_conn()
1699 struct connection *con = container_of(rcu, struct connection, rcu); in connection_release() local
1705 static void free_conn(struct connection *con) in free_conn()
1724 struct connection *con; in work_flush() local
1827 static int dlm_tcp_connect(struct connection *con, struct socket *sock, in dlm_tcp_connect()
1894 static int dlm_sctp_connect(struct connection *con, struct socket *sock, in dlm_sctp_connect()