Lines Matching refs:o2net_sock_container

143 static void o2net_sc_postpone_idle(struct o2net_sock_container *sc);
144 static void o2net_sc_reset_idle_timer(struct o2net_sock_container *sc);
173 struct o2net_sock_container *sc) in o2net_set_nst_sock_container()
184 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc) in o2net_set_sock_timer()
189 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc) in o2net_set_data_ready_time()
194 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc) in o2net_set_advance_start_time()
199 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc) in o2net_set_advance_stop_time()
204 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc) in o2net_set_func_start_time()
209 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc) in o2net_set_func_stop_time()
230 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc) in o2net_get_func_run_time()
236 struct o2net_sock_container *sc) in o2net_update_send_stats()
250 static void o2net_update_recv_stats(struct o2net_sock_container *sc) in o2net_update_recv_stats()
393 struct o2net_sock_container *sc = container_of(kref, in sc_kref_release()
394 struct o2net_sock_container, sc_kref); in sc_kref_release()
415 static void sc_put(struct o2net_sock_container *sc) in sc_put()
420 static void sc_get(struct o2net_sock_container *sc) in sc_get()
425 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc()
427 struct o2net_sock_container *sc, *ret = NULL; in sc_alloc()
474 static void o2net_sc_queue_work(struct o2net_sock_container *sc, in o2net_sc_queue_work()
481 static void o2net_sc_queue_delayed_work(struct o2net_sock_container *sc, in o2net_sc_queue_delayed_work()
489 static void o2net_sc_cancel_delayed_work(struct o2net_sock_container *sc, in o2net_sc_cancel_delayed_work()
504 struct o2net_sock_container *sc, in o2net_set_nn_state()
509 struct o2net_sock_container *old_sc = nn->nn_sc; in o2net_set_nn_state()
606 struct o2net_sock_container *sc = sk->sk_user_data; in o2net_data_ready()
623 struct o2net_sock_container *sc; in o2net_state_change()
662 struct o2net_sock_container *sc) in o2net_register_callbacks()
687 struct o2net_sock_container *sc) in o2net_unregister_callbacks()
710 struct o2net_sock_container *sc, in o2net_ensure_shutdown()
729 struct o2net_sock_container *sc = in o2net_shutdown_sc()
730 container_of(work, struct o2net_sock_container, in o2net_shutdown_sc()
946 static void o2net_sendpage(struct o2net_sock_container *sc, in o2net_sendpage()
987 struct o2net_sock_container **sc_ret, in o2net_tx_can_proceed()
1012 struct o2net_sock_container *sc; in o2net_fill_node_map()
1036 struct o2net_sock_container *sc = NULL; in o2net_send_message_vec()
1183 static int o2net_process_message(struct o2net_sock_container *sc, in o2net_process_message()
1271 static int o2net_check_handshake(struct o2net_sock_container *sc) in o2net_check_handshake()
1349 static int o2net_advance_rx(struct o2net_sock_container *sc) in o2net_advance_rx()
1441 struct o2net_sock_container *sc = in o2net_rx_until_empty()
1442 container_of(work, struct o2net_sock_container, sc_rx_work); in o2net_rx_until_empty()
1509 struct o2net_sock_container *sc = in o2net_sc_connect_completed()
1510 container_of(work, struct o2net_sock_container, in o2net_sc_connect_completed()
1525 struct o2net_sock_container *sc = in o2net_sc_send_keep_req()
1526 container_of(work, struct o2net_sock_container, in o2net_sc_send_keep_req()
1538 struct o2net_sock_container *sc = (struct o2net_sock_container *)data; in o2net_idle_timer()
1564 static void o2net_sc_reset_idle_timer(struct o2net_sock_container *sc) in o2net_sc_reset_idle_timer()
1574 static void o2net_sc_postpone_idle(struct o2net_sock_container *sc) in o2net_sc_postpone_idle()
1599 struct o2net_sock_container *sc = NULL; in o2net_start_connect()
1847 struct o2net_sock_container *sc = NULL; in o2net_accept_one()