Lines Matching refs:extfilter
820 int extfilter; in pf_state_compare_lan_ext() local
829 extfilter = PF_EXTFILTER_APD; in pf_state_compare_lan_ext()
852 extfilter = a->proto_variant; in pf_state_compare_lan_ext()
856 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_lan_ext()
890 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_lan_ext()
905 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_lan_ext()
939 int extfilter; in pf_state_compare_ext_gwy() local
956 extfilter = PF_EXTFILTER_APD; in pf_state_compare_ext_gwy()
979 extfilter = a->proto_variant; in pf_state_compare_ext_gwy()
983 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_ext_gwy()
1017 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_ext_gwy()
1031 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_ext_gwy()
3638 key.proto_variant = r->extfilter; in pf_get_sport()
5609 psk.proto_variant = nr ? nr->extfilter : r->extfilter; in pf_test_rule()
7628 int action, extfilter; in pf_test_state_udp() local
7748 extfilter = sk->proto_variant; in pf_test_state_udp()
7749 if (extfilter > PF_EXTFILTER_APD) { in pf_test_state_udp()
7752 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()
7758 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()