Home
last modified time | relevance | path

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

/Linux-v5.15/fs/dlm/
Dlowcomms.c161 bool (*eof_condition)(struct connection *con); member
965 if (dlm_proto_ops->eof_condition && in receive_from_sock()
966 dlm_proto_ops->eof_condition(con)) { in receive_from_sock()
1886 .eof_condition = tcp_eof_condition,