pf_state_compare_key
static __inline int pf_state_compare_key(struct pf_state_key *,
RB_GENERATE(pf_state_tree, pf_state_key, entry, pf_state_compare_key);
RB_PROTOTYPE(pf_state_tree, pf_state_key, entry, pf_state_compare_key);