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
574 struct connection *con; in dlm_lowcomms_nodes_set_mark() local
593 struct connection *con = sock2con(sk); in lowcomms_error_report() local
643 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
725 static void allow_connection_io(struct connection *con) in allow_connection_io()
732 static void stop_connection_io(struct connection *con) in stop_connection_io()
758 static void close_connection(struct connection *con, bool and_other) in close_connection()
801 static void shutdown_connection(struct connection *con, bool and_other) in shutdown_connection()
935 static int receive_from_sock(struct connection *con, int buflen) in receive_from_sock()
1195 static struct writequeue_entry *new_writequeue_entry(struct connection *con) in new_writequeue_entry()
1219 static struct writequeue_entry *new_wq_entry(struct connection *con, int len, in new_wq_entry()
1258 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1295 struct connection *con; in dlm_lowcomms_new_msg() local
1331 struct connection *con = e->con; in _dlm_lowcomms_commit_msg() local
1395 static int send_to_sock(struct connection *con) in send_to_sock()
1450 static void clean_one_writequeue(struct connection *con) in clean_one_writequeue()
1463 struct connection *con = container_of(rcu, struct connection, rcu); in connection_release() local
1474 struct connection *con; in dlm_lowcomms_close() local
1515 struct connection *con = container_of(work, struct connection, rwork); in process_recv_sockets() local
1581 static int dlm_connect(struct connection *con) in dlm_connect()
1636 struct connection *con = container_of(work, struct connection, swork); in process_send_sockets() local
1744 struct connection *con; in dlm_lowcomms_shutdown() local
1851 static int dlm_tcp_connect(struct connection *con, struct socket *sock, in dlm_tcp_connect()
1906 static int dlm_sctp_connect(struct connection *con, struct socket *sock, in dlm_sctp_connect()
2013 struct connection *con; in dlm_lowcomms_exit() local