pfr_ktable_compare
int pfr_ktable_compare(struct pfr_ktable *,
RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
if (!pfr_ktable_compare(p, q)) {
if (!pfr_ktable_compare(&key, q)) {
if (!pfr_ktable_compare(&key, q))
if (!pfr_ktable_compare(p, q))
if (!pfr_ktable_compare(p, q))
static int pfr_ktable_compare(struct pfr_ktable *,
static RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
static RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);