Searched refs:pfr_ktable_compare (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 179 static int pfr_ktable_compare(struct pfr_ktable *, 190 static RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); 191 static RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); 1175 if (!pfr_ktable_compare(p, q)) { in pfr_add_tables() 1193 if (!pfr_ktable_compare(&key, q)) { in pfr_add_tables() 1206 if (!pfr_ktable_compare(&key, q)) in pfr_add_tables() 1246 if (!pfr_ktable_compare(p, q)) in pfr_del_tables() 1407 if (!pfr_ktable_compare(p, q)) in pfr_set_tflags() 1990 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) in pfr_ktable_compare() function
|