Lines Matching refs:extfilter
835 int extfilter; in pf_state_compare_lan_ext() local
844 extfilter = PF_EXTFILTER_APD; in pf_state_compare_lan_ext()
867 extfilter = a->proto_variant; in pf_state_compare_lan_ext()
871 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_lan_ext()
905 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_lan_ext()
920 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_lan_ext()
954 int extfilter; in pf_state_compare_ext_gwy() local
964 extfilter = PF_EXTFILTER_APD; in pf_state_compare_ext_gwy()
987 extfilter = a->proto_variant; in pf_state_compare_ext_gwy()
991 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_ext_gwy()
1025 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_ext_gwy()
1039 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_ext_gwy()
3600 key.proto_variant = r->extfilter; in pf_get_sport()
5573 psk.proto_variant = nr ? nr->extfilter : r->extfilter; in pf_test_rule()
7592 int action, extfilter; in pf_test_state_udp() local
7712 extfilter = sk->proto_variant; in pf_test_state_udp()
7713 if (extfilter > PF_EXTFILTER_APD) { in pf_test_state_udp()
7716 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()
7722 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()