Lines Matching refs:extfilter
815 int extfilter; in pf_state_compare_lan_ext() local
824 extfilter = PF_EXTFILTER_APD; in pf_state_compare_lan_ext()
847 extfilter = a->proto_variant; in pf_state_compare_lan_ext()
851 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_lan_ext()
885 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_lan_ext()
900 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_lan_ext()
934 int extfilter; in pf_state_compare_ext_gwy() local
944 extfilter = PF_EXTFILTER_APD; in pf_state_compare_ext_gwy()
967 extfilter = a->proto_variant; in pf_state_compare_ext_gwy()
971 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_ext_gwy()
1005 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_ext_gwy()
1019 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_ext_gwy()
3543 key.proto_variant = r->extfilter; in pf_get_sport()
5493 psk.proto_variant = nr ? nr->extfilter : r->extfilter; in pf_test_rule()
7489 int action, extfilter; in pf_test_state_udp() local
7609 extfilter = sk->proto_variant; in pf_test_state_udp()
7610 if (extfilter > PF_EXTFILTER_APD) { in pf_test_state_udp()
7613 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()
7619 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()