Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Dlowcomms.c159 struct dlm_proto_ops { struct
190 static const struct dlm_proto_ops *dlm_proto_ops; variable
1576 dlm_proto_ops->try_new_addr, &mark); in dlm_connect()
1589 dlm_proto_ops->sockopts(sock); in dlm_connect()
1591 result = dlm_proto_ops->bind(sock); in dlm_connect()
1749 dlm_proto_ops = NULL; in dlm_lowcomms_stop()
1758 dlm_proto_ops->name); in dlm_listen_for_all()
1772 dlm_proto_ops->listen_sockopts(sock); in dlm_listen_for_all()
1925 dlm_proto_ops = &dlm_tcp_ops; in dlm_lowcomms_start()
1928 dlm_proto_ops = &dlm_sctp_ops; in dlm_lowcomms_start()
[all …]