Searched refs:pfr_ktable_compare (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 168 static int pfr_ktable_compare(struct pfr_ktable *, 179 static RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); 180 static RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare); 1210 if (!pfr_ktable_compare(p, q)) { in pfr_add_tables() 1228 if (!pfr_ktable_compare(&key, q)) { in pfr_add_tables() 1241 if (!pfr_ktable_compare(&key, q)) in pfr_add_tables() 1281 if (!pfr_ktable_compare(p, q)) in pfr_del_tables() 1442 if (!pfr_ktable_compare(p, q)) in pfr_set_tflags() 2038 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) in pfr_ktable_compare() function
|