Searched defs:o2net_sock_container (Results 1 – 1 of 1) sorted by relevance
114 struct o2net_sock_container { struct115 struct kref sc_kref;117 struct socket *sc_sock;118 struct o2nm_node *sc_node;126 struct work_struct sc_rx_work;127 struct work_struct sc_connect_work;140 struct work_struct sc_shutdown_work;142 struct timer_list sc_idle_timeout;143 struct delayed_work sc_keepalive_work;145 unsigned sc_handshake_ok:1;[all …]