mfc_compare
int mfc_compare(struct mfc_node *, struct mfc_node *);
int mfc_compare(struct mfc_node *, struct mfc_node *);
RB_PROTOTYPE(mfc_tree, mfc_node, entry, mfc_compare)
RB_GENERATE(mfc_tree, mfc_node, entry, mfc_compare)