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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_table.c196 static int pfr_ktable_compare(struct pfr_ktable *, struct pfr_ktable *);
204 pfr_ktable_compare);
205 RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
1204 if (!pfr_ktable_compare(p, q))
1220 if (!pfr_ktable_compare(&key, q)) {
1233 if (!pfr_ktable_compare(&key, q))
1277 if (!pfr_ktable_compare(p, q))
1437 if (!pfr_ktable_compare(p, q))
1992 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) function

Completed in 57 milliseconds