fec_compare
RB_PROTOTYPE(fec_tree, fec, entry, fec_compare)
static __inline int fec_compare(struct fec *, struct fec *);
RB_GENERATE(fec_tree, fec, entry, fec_compare)