Searched defs:o2net_sock_container (Results 1 – 1 of 1) sorted by relevance
130 struct o2net_sock_container { struct131 struct kref sc_kref;133 struct socket *sc_sock;134 struct o2nm_node *sc_node;142 struct work_struct sc_rx_work;143 struct work_struct sc_connect_work;156 struct work_struct sc_shutdown_work;158 struct timer_list sc_idle_timeout;159 struct delayed_work sc_keepalive_work;161 unsigned sc_handshake_ok:1;[all …]