Lines Matching defs:con

133 	struct connection *con;  member
212 static void lowcomms_queue_swork(struct connection *con) in lowcomms_queue_swork()
222 static void lowcomms_queue_rwork(struct connection *con) in lowcomms_queue_rwork()
252 static struct writequeue_entry *con_next_wq(struct connection *con) in con_next_wq()
269 struct connection *con; in __find_con() local
279 static void dlm_con_init(struct connection *con, int nodeid) in dlm_con_init()
297 struct connection *con, *tmp; in nodeid2con() local
364 struct connection *con; in nodeid_to_addr() local
421 struct connection *con; in addr_to_nodeid() local
447 static bool dlm_lowcomms_con_has_addr(const struct connection *con, in dlm_lowcomms_con_has_addr()
462 struct connection *con; in dlm_lowcomms_addr() local
504 struct connection *con = sock2con(sk); in lowcomms_data_ready() local
514 struct connection *con = sock2con(sk); in lowcomms_write_space() local
546 struct connection *con; in dlm_lowcomms_connect_node() local
571 struct connection *con; in dlm_lowcomms_nodes_set_mark() local
590 struct connection *con = sock2con(sk); in lowcomms_error_report() local
641 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
723 static void allow_connection_io(struct connection *con) in allow_connection_io()
730 static void stop_connection_io(struct connection *con) in stop_connection_io()
752 static void close_connection(struct connection *con, bool and_other) in close_connection()
795 static void shutdown_connection(struct connection *con, bool and_other) in shutdown_connection()
899 static int receive_from_sock(struct connection *con, int buflen) in receive_from_sock()
1159 static struct writequeue_entry *new_writequeue_entry(struct connection *con) in new_writequeue_entry()
1183 static struct writequeue_entry *new_wq_entry(struct connection *con, int len, in new_wq_entry()
1222 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1259 struct connection *con; in dlm_lowcomms_new_msg() local
1295 struct connection *con = e->con; in _dlm_lowcomms_commit_msg() local
1359 static int send_to_sock(struct connection *con) in send_to_sock()
1418 static void clean_one_writequeue(struct connection *con) in clean_one_writequeue()
1431 struct connection *con = container_of(rcu, struct connection, rcu); in connection_release() local
1442 struct connection *con; in dlm_lowcomms_close() local
1482 struct connection *con = container_of(work, struct connection, rwork); in process_recv_sockets() local
1548 static int dlm_connect(struct connection *con) in dlm_connect()
1603 struct connection *con = container_of(work, struct connection, swork); in process_send_sockets() local
1711 struct connection *con; in dlm_lowcomms_shutdown() local
1818 static int dlm_tcp_connect(struct connection *con, struct socket *sock, in dlm_tcp_connect()
1873 static int dlm_sctp_connect(struct connection *con, struct socket *sock, in dlm_sctp_connect()
1980 struct connection *con; in dlm_lowcomms_exit() local