pf_table.c | 181 int pfr_ktable_compare(struct pfr_ktable *, 191 RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); 192 RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); 1212 if (!pfr_ktable_compare(p, q)) 1228 if (!pfr_ktable_compare(&key, q)) { 1241 if (!pfr_ktable_compare(&key, q)) 1286 if (!pfr_ktable_compare(p, q)) 1453 if (!pfr_ktable_compare(p, q)) 1989 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) function in typeref:typename:int
|