Lines Matching defs:con
136 struct connection *con; member
184 struct connection *con; in __find_con() local
201 struct connection *con = NULL; in __nodeid2con() local
239 struct connection *con; in foreach_conn() local
249 struct connection *con; in nodeid2con() local
412 struct connection *con; in lowcomms_data_ready() local
423 struct connection *con; in lowcomms_write_space() local
442 static inline void lowcomms_connect_sock(struct connection *con) in lowcomms_connect_sock()
467 struct connection *con; in dlm_lowcomms_connect_node() local
481 struct connection *con; in lowcomms_error_report() local
551 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
588 static void close_connection(struct connection *con, bool and_other, in close_connection()
623 static int receive_from_sock(struct connection *con) in receive_from_sock()
727 static int tcp_accept_from_sock(struct connection *con) in tcp_accept_from_sock()
855 static int sctp_accept_from_sock(struct connection *con) in sctp_accept_from_sock()
999 static int sctp_bind_addrs(struct connection *con, uint16_t port) in sctp_bind_addrs()
1031 static void sctp_connect_to_sock(struct connection *con) in sctp_connect_to_sock()
1130 static void tcp_connect_to_sock(struct connection *con) in tcp_connect_to_sock()
1222 static struct socket *tcp_create_listen_sock(struct connection *con, in tcp_create_listen_sock()
1311 struct connection *con = nodeid2con(0, GFP_NOFS); in sctp_listen_for_all() local
1370 struct connection *con = nodeid2con(0, GFP_NOFS); in tcp_listen_for_all() local
1399 static struct writequeue_entry *new_writequeue_entry(struct connection *con, in new_writequeue_entry()
1425 struct connection *con; in dlm_lowcomms_get_buffer() local
1467 struct connection *con = e->con; in dlm_lowcomms_commit_buffer() local
1486 static void send_to_sock(struct connection *con) in send_to_sock()
1558 static void clean_one_writequeue(struct connection *con) in clean_one_writequeue()
1574 struct connection *con; in dlm_lowcomms_close() local
1601 struct connection *con = container_of(work, struct connection, rwork); in process_recv_sockets() local
1613 struct connection *con = container_of(work, struct connection, swork); in process_send_sockets() local
1657 static void _stop_conn(struct connection *con, bool and_other) in _stop_conn()
1673 static void stop_conn(struct connection *con) in stop_conn()
1678 static void free_conn(struct connection *con) in free_conn()
1692 struct connection *con; in work_flush() local
1740 struct connection *con; in dlm_lowcomms_start() local