Searched refs:eof_condition (Results 1 – 1 of 1) sorted by relevance
161 bool (*eof_condition)(struct connection *con); member965 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,