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