Lines Matching refs:rm
3719 struct pf_rule *r, *rm = NULL; in pf_match_translation() local
3726 while (r && rm == NULL) { in pf_match_translation()
3796 rm = r; in pf_match_translation()
3810 if (rm != NULL && (rm->action == PF_NONAT || in pf_match_translation()
3811 rm->action == PF_NORDR || rm->action == PF_NOBINAT || in pf_match_translation()
3812 rm->action == PF_NONAT64)) { in pf_match_translation()
3815 return rm; in pf_match_translation()
4886 pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction, in pf_test_rule() argument
5318 *rm = r; in pf_test_rule()
5321 if ((*rm)->quick) { in pf_test_rule()
5335 r = *rm; in pf_test_rule()
6181 pf_test_dummynet(struct pf_rule **rm, int direction, struct pfi_kif *kif, in pf_test_dummynet() argument
6335 *rm = r; in pf_test_dummynet()
6338 if ((*rm)->quick) { in pf_test_dummynet()
6355 r = *rm; in pf_test_dummynet()
6458 pf_test_fragment(struct pf_rule **rm, int direction, struct pfi_kif *kif, in pf_test_fragment() argument
6517 *rm = r; in pf_test_fragment()
6520 if ((*rm)->quick) { in pf_test_fragment()
6534 r = *rm; in pf_test_fragment()