Searched refs:trs (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/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() 1770 pfr_ina_rollback(struct pfr_table *trs, u_int32_t ticket, int *ndel, int flags) in pfr_ina_rollback() argument 1780 rs = pf_find_ruleset(trs->pfrt_anchor); in pfr_ina_rollback() 1787 pfr_skip_table(trs, p, 0)) { in pfr_ina_rollback() 1810 pfr_ina_commit(struct pfr_table *trs, u_int32_t ticket, int *nadd, in pfr_ina_commit() argument 1823 rs = pf_find_ruleset(trs->pfrt_anchor); in pfr_ina_commit() 1832 pfr_skip_table(trs, p, 0)) { in pfr_ina_commit()
|