Lines Matching defs:dlm_proto_ops
148 struct dlm_proto_ops { struct
149 bool try_new_addr;
150 const char *name;
151 int proto;
153 int (*connect)(struct connection *con, struct socket *sock,
155 void (*sockopts)(struct socket *sock);
156 int (*bind)(struct socket *sock);
157 int (*listen_validate)(void);
158 void (*listen_sockopts)(struct socket *sock);
159 int (*listen_bind)(struct socket *sock);
161 void (*shutdown_action)(struct connection *con);
163 bool (*eof_condition)(struct connection *con);
189 static const struct dlm_proto_ops *dlm_proto_ops; variable