Searched refs:pfr_ktable_compare (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/sys/netpfil/pf/ |
| HD | 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); 1232 if (!pfr_ktable_compare(p, q)) { in pfr_add_tables() 1250 if (!pfr_ktable_compare(&key, q)) { in pfr_add_tables() 1263 if (!pfr_ktable_compare(&key, q)) in pfr_add_tables() 1303 if (!pfr_ktable_compare(p, q)) in pfr_del_tables() 1464 if (!pfr_ktable_compare(p, q)) in pfr_set_tflags() 2060 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) in pfr_ktable_compare() function
|