Searched defs:dlm_proto_ops (Results 1 – 1 of 1) sorted by relevance
159 struct dlm_proto_ops { struct160 bool try_new_addr;161 const char *name;162 int proto;164 void (*sockopts)(struct socket *sock);165 int (*bind)(struct socket *sock);166 int (*listen_validate)(void);190 static const struct dlm_proto_ops *dlm_proto_ops; argument