Searched refs:export_comm (Results 1 – 2 of 2) sorted by relevance
46 int (*export_comm)(struct db_export *dbe, struct comm *comm, member
87 if (dbe->export_comm) in __db_export__comm()88 return dbe->export_comm(dbe, comm, thread); in __db_export__comm()