Home
last modified time | relevance | path

Searched refs:pfr_ktable_compare (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/netpfil/pf/
HDpf_table.c172 static int pfr_ktable_compare(struct pfr_ktable *,
184 static RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
185 static RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
1127 if (!pfr_ktable_compare(p, q)) in pfr_add_tables()
1143 if (!pfr_ktable_compare(&key, q)) { in pfr_add_tables()
1156 if (!pfr_ktable_compare(&key, q)) in pfr_add_tables()
1196 if (!pfr_ktable_compare(p, q)) in pfr_del_tables()
1338 if (!pfr_ktable_compare(p, q)) in pfr_set_tflags()
1870 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) in pfr_ktable_compare() function