• Home
  • Raw
  • Download

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
505 struct connection *con = sock2con(sk); in lowcomms_data_ready() local
515 struct connection *con = sock2con(sk); in lowcomms_write_space() local
547 struct connection *con; in dlm_lowcomms_connect_node() local
572 struct connection *con; in dlm_lowcomms_nodes_set_mark() local
591 struct connection *con = sock2con(sk); in lowcomms_error_report() local
642 static void add_sock(struct socket *sock, struct connection *con) in add_sock()
724 static void allow_connection_io(struct connection *con) in allow_connection_io()
731 static void stop_connection_io(struct connection *con) in stop_connection_io()
753 static void close_connection(struct connection *con, bool and_other) in close_connection()
796 static void shutdown_connection(struct connection *con, bool and_other) in shutdown_connection()
900 static int receive_from_sock(struct connection *con, int buflen) in receive_from_sock()
1160 static struct writequeue_entry *new_writequeue_entry(struct connection *con) in new_writequeue_entry()
1184 static struct writequeue_entry *new_wq_entry(struct connection *con, int len, in new_wq_entry()
1223 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1260 struct connection *con; in dlm_lowcomms_new_msg() local
1296 struct connection *con = e->con; in _dlm_lowcomms_commit_msg() local
1360 static int send_to_sock(struct connection *con) in send_to_sock()
1419 static void clean_one_writequeue(struct connection *con) in clean_one_writequeue()
1432 struct connection *con = container_of(rcu, struct connection, rcu); in connection_release() local
1443 struct connection *con; in dlm_lowcomms_close() local
1483 struct connection *con = container_of(work, struct connection, rwork); in process_recv_sockets() local
1549 static int dlm_connect(struct connection *con) in dlm_connect()
1604 struct connection *con = container_of(work, struct connection, swork); in process_send_sockets() local
1712 struct connection *con; in dlm_lowcomms_shutdown() local
1819 static int dlm_tcp_connect(struct connection *con, struct socket *sock, in dlm_tcp_connect()
1874 static int dlm_sctp_connect(struct connection *con, struct socket *sock, in dlm_sctp_connect()
1981 struct connection *con; in dlm_lowcomms_exit() local