Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Dlowcomms.c163 bool (*eof_condition)(struct connection *con); member
980 if (dlm_proto_ops->eof_condition && in receive_from_sock()
981 dlm_proto_ops->eof_condition(con)) { in receive_from_sock()
1917 .eof_condition = tcp_eof_condition,