Searched refs:trs (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf_table.c | 1612 pfr_ina_begin(struct pfr_table *trs, u_int32_t *ticket, int *ndel, int flags) in pfr_ina_begin() argument 1622 rs = pf_find_or_create_ruleset(trs->pfrt_anchor); in pfr_ina_begin() 1629 pfr_skip_table(trs, p, 0)) { in pfr_ina_begin() 1768 pfr_ina_rollback(struct pfr_table *trs, u_int32_t ticket, int *ndel, int flags) in pfr_ina_rollback() argument 1778 rs = pf_find_ruleset(trs->pfrt_anchor); in pfr_ina_rollback() 1785 pfr_skip_table(trs, p, 0)) { in pfr_ina_rollback() 1804 pfr_ina_commit(struct pfr_table *trs, u_int32_t ticket, int *nadd, in pfr_ina_commit() argument 1816 rs = pf_find_ruleset(trs->pfrt_anchor); in pfr_ina_commit() 1824 pfr_skip_table(trs, p, 0)) { in pfr_ina_commit()
|