Lines Matching refs:extfilter
823 int extfilter; in pf_state_compare_lan_ext() local
832 extfilter = PF_EXTFILTER_APD; in pf_state_compare_lan_ext()
855 extfilter = a->proto_variant; in pf_state_compare_lan_ext()
859 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_lan_ext()
893 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_lan_ext()
908 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_lan_ext()
942 int extfilter; in pf_state_compare_ext_gwy() local
959 extfilter = PF_EXTFILTER_APD; in pf_state_compare_ext_gwy()
982 extfilter = a->proto_variant; in pf_state_compare_ext_gwy()
986 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_ext_gwy()
1020 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_ext_gwy()
1034 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_ext_gwy()
3641 key.proto_variant = r->extfilter; in pf_get_sport()
5612 psk.proto_variant = nr ? nr->extfilter : r->extfilter; in pf_test_rule()
7631 int action, extfilter; in pf_test_state_udp() local
7751 extfilter = sk->proto_variant; in pf_test_state_udp()
7752 if (extfilter > PF_EXTFILTER_APD) { in pf_test_state_udp()
7755 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()
7761 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()