Lines Matching refs:rm
3776 struct pf_rule *r, *rm = NULL; in pf_match_translation() local
3783 while (r && rm == NULL) { in pf_match_translation()
3853 rm = r; in pf_match_translation()
3867 if (rm != NULL && (rm->action == PF_NONAT || in pf_match_translation()
3868 rm->action == PF_NORDR || rm->action == PF_NOBINAT || in pf_match_translation()
3869 rm->action == PF_NONAT64)) { in pf_match_translation()
3872 return rm; in pf_match_translation()
4942 pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction, in pf_test_rule() argument
5374 *rm = r; in pf_test_rule()
5377 if ((*rm)->quick) { in pf_test_rule()
5391 r = *rm; in pf_test_rule()
6237 pf_test_dummynet(struct pf_rule **rm, int direction, struct pfi_kif *kif, in pf_test_dummynet() argument
6391 *rm = r; in pf_test_dummynet()
6394 if ((*rm)->quick) { in pf_test_dummynet()
6411 r = *rm; in pf_test_dummynet()
6514 pf_test_fragment(struct pf_rule **rm, int direction, struct pfi_kif *kif, in pf_test_fragment() argument
6573 *rm = r; in pf_test_fragment()
6576 if ((*rm)->quick) { in pf_test_fragment()
6590 r = *rm; in pf_test_fragment()