HomeSort by: relevance | last modified time | path
    Searched defs:pfr_ktable_compare (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf_table.c 181 int pfr_ktable_compare(struct pfr_ktable *,
191 RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
192 RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
1212 if (!pfr_ktable_compare(p, q))
1228 if (!pfr_ktable_compare(&key, q)) {
1241 if (!pfr_ktable_compare(&key, q))
1286 if (!pfr_ktable_compare(p, q))
1453 if (!pfr_ktable_compare(p, q))
1989 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) function in typeref:typename:int
pf_table.c 181 int pfr_ktable_compare(struct pfr_ktable *,
191 RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
192 RB_GENERATE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
1212 if (!pfr_ktable_compare(p, q))
1228 if (!pfr_ktable_compare(&key, q)) {
1241 if (!pfr_ktable_compare(&key, q))
1286 if (!pfr_ktable_compare(p, q))
1453 if (!pfr_ktable_compare(p, q))
1989 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) function in typeref:typename:int

Completed in 71 milliseconds