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;163 int how;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