dlm_proto_ops
dlm_proto_ops->try_new_addr, &mark);
SOCK_STREAM, dlm_proto_ops->proto, &sock);
dlm_proto_ops->sockopts(sock);
result = dlm_proto_ops->bind(sock);
dlm_proto_ops = NULL;
dlm_proto_ops->name);
result = dlm_proto_ops->listen_validate();
SOCK_STREAM, dlm_proto_ops->proto, &sock);
dlm_proto_ops->listen_sockopts(sock);
result = dlm_proto_ops->listen_bind(sock);
static const struct dlm_proto_ops dlm_tcp_ops = {
static const struct dlm_proto_ops dlm_sctp_ops = {
static const struct dlm_proto_ops *dlm_proto_ops;
dlm_proto_ops = &dlm_tcp_ops;
dlm_proto_ops = &dlm_sctp_ops;
dlm_proto_ops = NULL;
ret = kernel_sock_shutdown(con->sock, dlm_proto_ops->how);