Lines Matching refs:o2net_sock_container
129 static void o2net_sc_postpone_idle(struct o2net_sock_container *sc);
130 static void o2net_sc_reset_idle_timer(struct o2net_sock_container *sc);
159 struct o2net_sock_container *sc)
170 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc)
175 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc)
180 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc)
185 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc)
190 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc)
195 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc)
216 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc)
222 struct o2net_sock_container *sc)
236 static void o2net_update_recv_stats(struct o2net_sock_container *sc)
379 struct o2net_sock_container *sc = container_of(kref,
380 struct o2net_sock_container, sc_kref);
401 static void sc_put(struct o2net_sock_container *sc)
406 static void sc_get(struct o2net_sock_container *sc)
411 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node)
413 struct o2net_sock_container *sc, *ret = NULL;
458 static void o2net_sc_queue_work(struct o2net_sock_container *sc,
465 static void o2net_sc_queue_delayed_work(struct o2net_sock_container *sc,
473 static void o2net_sc_cancel_delayed_work(struct o2net_sock_container *sc,
488 struct o2net_sock_container *sc,
493 struct o2net_sock_container *old_sc = nn->nn_sc;
587 struct o2net_sock_container *sc;
610 struct o2net_sock_container *sc;
649 struct o2net_sock_container *sc)
674 struct o2net_sock_container *sc)
697 struct o2net_sock_container *sc,
716 struct o2net_sock_container *sc =
717 container_of(work, struct o2net_sock_container,
932 static void o2net_sendpage(struct o2net_sock_container *sc,
976 struct o2net_sock_container **sc_ret,
1001 struct o2net_sock_container *sc;
1023 struct o2net_sock_container *sc = NULL;
1170 static int o2net_process_message(struct o2net_sock_container *sc,
1257 static int o2net_check_handshake(struct o2net_sock_container *sc)
1335 static int o2net_advance_rx(struct o2net_sock_container *sc)
1427 struct o2net_sock_container *sc =
1428 container_of(work, struct o2net_sock_container, sc_rx_work);
1462 struct o2net_sock_container *sc =
1463 container_of(work, struct o2net_sock_container,
1478 struct o2net_sock_container *sc =
1479 container_of(work, struct o2net_sock_container,
1491 struct o2net_sock_container *sc = from_timer(sc, t, sc_idle_timeout);
1517 static void o2net_sc_reset_idle_timer(struct o2net_sock_container *sc)
1527 static void o2net_sc_postpone_idle(struct o2net_sock_container *sc)
1552 struct o2net_sock_container *sc = NULL;
1786 struct o2net_sock_container *sc = NULL;