Searched defs:o2net_sock_container (Results 1 – 1 of 1) sorted by relevance
116 struct o2net_sock_container { struct117 struct kref sc_kref;119 struct socket *sc_sock;120 struct o2nm_node *sc_node;128 struct work_struct sc_rx_work;129 struct work_struct sc_connect_work;142 struct work_struct sc_shutdown_work;144 struct timer_list sc_idle_timeout;145 struct delayed_work sc_keepalive_work;147 unsigned sc_handshake_ok:1;[all …]