Searched defs:dlm_proto_ops (Results 1 – 1 of 1) sorted by relevance
158 struct dlm_proto_ops { struct159 bool try_new_addr;160 const char *name;161 int proto;163 int (*connect)(struct connection *con, struct socket *sock,165 void (*sockopts)(struct socket *sock);166 int (*bind)(struct socket *sock);167 int (*listen_validate)(void);191 static const struct dlm_proto_ops *dlm_proto_ops; argument