Home
last modified time | relevance | path

Searched defs:o2net_sock_container (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ocfs2/cluster/
Dtcp_internal.h114 struct o2net_sock_container { struct
115 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 …]
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
Dtcp_internal.h116 struct o2net_sock_container { struct
117 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 …]