bpe_cmp
static inline int bpe_cmp(const struct bpe_key *, const struct bpe_key *);
RBT_PROTOTYPE(bpe_tree, bpe_key, k_entry, bpe_cmp);
RBT_GENERATE(bpe_tree, bpe_key, k_entry, bpe_cmp);