Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/ocfs2/cluster/
Dtcp_internal.h130 struct o2net_sock_container { struct
131 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 …]
/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 …]