Lines Matching defs:con
108 struct connection *con; member
156 struct connection *con; in __find_con() local
178 struct connection *con, *tmp; in nodeid2con() local
240 struct connection *con; in foreach_conn() local
404 struct connection *con; in lowcomms_data_ready() local
415 struct connection *con; in lowcomms_write_space() local
434 static inline void lowcomms_connect_sock(struct connection *con) in lowcomms_connect_sock()
459 struct connection *con; in dlm_lowcomms_connect_node() local
473 struct connection *con; in lowcomms_error_report() local
542 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
579 static void close_connection(struct connection *con, bool and_other, in close_connection()
610 static void shutdown_connection(struct connection *con) in shutdown_connection()
648 static void dlm_tcp_shutdown(struct connection *con) in dlm_tcp_shutdown()
655 static int con_realloc_receive_buf(struct connection *con, int newlen) in con_realloc_receive_buf()
676 static int receive_from_sock(struct connection *con) in receive_from_sock()
766 static int accept_from_sock(struct connection *con) in accept_from_sock()
929 static int sctp_bind_addrs(struct connection *con, uint16_t port) in sctp_bind_addrs()
958 static void sctp_connect_to_sock(struct connection *con) in sctp_connect_to_sock()
1056 static void tcp_connect_to_sock(struct connection *con) in tcp_connect_to_sock()
1152 static struct socket *tcp_create_listen_sock(struct connection *con, in tcp_create_listen_sock()
1241 struct connection *con = nodeid2con(0, GFP_NOFS); in sctp_listen_for_all() local
1292 struct connection *con = nodeid2con(0, GFP_NOFS); in tcp_listen_for_all() local
1321 static struct writequeue_entry *new_writequeue_entry(struct connection *con, in new_writequeue_entry()
1347 struct connection *con; in dlm_lowcomms_get_buffer() local
1389 struct connection *con = e->con; in dlm_lowcomms_commit_buffer() local
1408 static void send_to_sock(struct connection *con) in send_to_sock()
1480 static void clean_one_writequeue(struct connection *con) in clean_one_writequeue()
1496 struct connection *con; in dlm_lowcomms_close() local
1523 struct connection *con = container_of(work, struct connection, rwork); in process_recv_sockets() local
1535 struct connection *con = container_of(work, struct connection, swork); in process_send_sockets() local
1572 static void _stop_conn(struct connection *con, bool and_other) in _stop_conn()
1588 static void stop_conn(struct connection *con) in stop_conn()
1593 static void shutdown_conn(struct connection *con) in shutdown_conn()
1601 struct connection *con = container_of(rcu, struct connection, rcu); in connection_release() local
1607 static void free_conn(struct connection *con) in free_conn()
1625 struct connection *con; in work_flush() local
1674 struct connection *con; in dlm_lowcomms_start() local