• Home
  • Raw
  • Download

Lines Matching refs:o2net_sock_container

130 static void o2net_sc_postpone_idle(struct o2net_sock_container *sc);
131 static void o2net_sc_reset_idle_timer(struct o2net_sock_container *sc);
160 struct o2net_sock_container *sc) in o2net_set_nst_sock_container()
171 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc) in o2net_set_sock_timer()
176 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc) in o2net_set_data_ready_time()
181 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc) in o2net_set_advance_start_time()
186 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc) in o2net_set_advance_stop_time()
191 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc) in o2net_set_func_start_time()
196 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc) in o2net_set_func_stop_time()
217 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc) in o2net_get_func_run_time()
223 struct o2net_sock_container *sc) in o2net_update_send_stats()
237 static void o2net_update_recv_stats(struct o2net_sock_container *sc) in o2net_update_recv_stats()
380 struct o2net_sock_container *sc = container_of(kref, in sc_kref_release()
381 struct o2net_sock_container, sc_kref); in sc_kref_release()
402 static void sc_put(struct o2net_sock_container *sc) in sc_put()
407 static void sc_get(struct o2net_sock_container *sc) in sc_get()
412 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc()
414 struct o2net_sock_container *sc, *ret = NULL; in sc_alloc()
459 static void o2net_sc_queue_work(struct o2net_sock_container *sc, in o2net_sc_queue_work()
466 static void o2net_sc_queue_delayed_work(struct o2net_sock_container *sc, in o2net_sc_queue_delayed_work()
474 static void o2net_sc_cancel_delayed_work(struct o2net_sock_container *sc, in o2net_sc_cancel_delayed_work()
489 struct o2net_sock_container *sc, in o2net_set_nn_state()
494 struct o2net_sock_container *old_sc = nn->nn_sc; in o2net_set_nn_state()
588 struct o2net_sock_container *sc; in o2net_data_ready()
609 struct o2net_sock_container *sc; in o2net_state_change()
648 struct o2net_sock_container *sc) in o2net_register_callbacks()
673 struct o2net_sock_container *sc) in o2net_unregister_callbacks()
696 struct o2net_sock_container *sc, in o2net_ensure_shutdown()
715 struct o2net_sock_container *sc = in o2net_shutdown_sc()
716 container_of(work, struct o2net_sock_container, in o2net_shutdown_sc()
931 static void o2net_sendpage(struct o2net_sock_container *sc, in o2net_sendpage()
972 struct o2net_sock_container **sc_ret, in o2net_tx_can_proceed()
997 struct o2net_sock_container *sc; in o2net_fill_node_map()
1021 struct o2net_sock_container *sc = NULL; in o2net_send_message_vec()
1168 static int o2net_process_message(struct o2net_sock_container *sc, in o2net_process_message()
1256 static int o2net_check_handshake(struct o2net_sock_container *sc) in o2net_check_handshake()
1334 static int o2net_advance_rx(struct o2net_sock_container *sc) in o2net_advance_rx()
1426 struct o2net_sock_container *sc = in o2net_rx_until_empty()
1427 container_of(work, struct o2net_sock_container, sc_rx_work); in o2net_rx_until_empty()
1477 struct o2net_sock_container *sc = in o2net_sc_connect_completed()
1478 container_of(work, struct o2net_sock_container, in o2net_sc_connect_completed()
1493 struct o2net_sock_container *sc = in o2net_sc_send_keep_req()
1494 container_of(work, struct o2net_sock_container, in o2net_sc_send_keep_req()
1506 struct o2net_sock_container *sc = from_timer(sc, t, sc_idle_timeout); in o2net_idle_timer()
1532 static void o2net_sc_reset_idle_timer(struct o2net_sock_container *sc) in o2net_sc_reset_idle_timer()
1542 static void o2net_sc_postpone_idle(struct o2net_sock_container *sc) in o2net_sc_postpone_idle()
1567 struct o2net_sock_container *sc = NULL; in o2net_start_connect()
1811 struct o2net_sock_container *sc = NULL; in o2net_accept_one()