Lines Matching defs:dlm_proto_ops
158 struct dlm_proto_ops {
191 static const struct dlm_proto_ops *dlm_proto_ops;
1557 dlm_proto_ops->try_new_addr, &mark);
1565 SOCK_STREAM, dlm_proto_ops->proto, &sock);
1570 dlm_proto_ops->sockopts(sock);
1572 result = dlm_proto_ops->bind(sock);
1582 result = dlm_proto_ops->connect(con, sock, (struct sockaddr *)&addr,
1742 dlm_proto_ops = NULL;
1751 dlm_proto_ops->name);
1753 result = dlm_proto_ops->listen_validate();
1758 SOCK_STREAM, dlm_proto_ops->proto, &sock);
1765 dlm_proto_ops->listen_sockopts(sock);
1767 result = dlm_proto_ops->listen_bind(sock);
1857 static const struct dlm_proto_ops dlm_tcp_ops = {
1912 static const struct dlm_proto_ops dlm_sctp_ops = {
1942 dlm_proto_ops = &dlm_tcp_ops;
1945 dlm_proto_ops = &dlm_sctp_ops;
1961 dlm_proto_ops = NULL;