Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlowcomms.c158 struct dlm_proto_ops { struct
191 static const struct dlm_proto_ops *dlm_proto_ops; variable
1557 dlm_proto_ops->try_new_addr, &mark); in dlm_connect()
1570 dlm_proto_ops->sockopts(sock); in dlm_connect()
1572 result = dlm_proto_ops->bind(sock); in dlm_connect()
1742 dlm_proto_ops = NULL; in dlm_lowcomms_stop()
1751 dlm_proto_ops->name); in dlm_listen_for_all()
1765 dlm_proto_ops->listen_sockopts(sock); in dlm_listen_for_all()
1942 dlm_proto_ops = &dlm_tcp_ops; in dlm_lowcomms_start()
1945 dlm_proto_ops = &dlm_sctp_ops; in dlm_lowcomms_start()
[all …]