Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlowcomms.c159 struct dlm_proto_ops { struct
160 bool try_new_addr;
161 const char *name;
162 int proto;
164 int (*connect)(struct connection *con, struct socket *sock,
166 void (*sockopts)(struct socket *sock);
167 int (*bind)(struct socket *sock);
168 int (*listen_validate)(void);
192 static const struct dlm_proto_ops *dlm_proto_ops; argument