penalty_expiry_cmp
static int penalty_expiry_cmp(struct penalty *a, struct penalty *b);
RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)