Lines Matching refs:extfilter
836 int extfilter; in pf_state_compare_lan_ext() local
845 extfilter = PF_EXTFILTER_APD; in pf_state_compare_lan_ext()
868 extfilter = a->proto_variant; in pf_state_compare_lan_ext()
872 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_lan_ext()
906 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_lan_ext()
921 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_lan_ext()
955 int extfilter; in pf_state_compare_ext_gwy() local
972 extfilter = PF_EXTFILTER_APD; in pf_state_compare_ext_gwy()
995 extfilter = a->proto_variant; in pf_state_compare_ext_gwy()
999 if ((extfilter < PF_EXTFILTER_AD) && in pf_state_compare_ext_gwy()
1033 if (extfilter < PF_EXTFILTER_EI) { in pf_state_compare_ext_gwy()
1047 if (extfilter < PF_EXTFILTER_EI || in pf_state_compare_ext_gwy()
3657 key.proto_variant = r->extfilter; in pf_get_sport()
5629 psk.proto_variant = nr ? nr->extfilter : r->extfilter; in pf_test_rule()
7648 int action, extfilter; in pf_test_state_udp() local
7768 extfilter = sk->proto_variant; in pf_test_state_udp()
7769 if (extfilter > PF_EXTFILTER_APD) { in pf_test_state_udp()
7772 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()
7778 if (extfilter > PF_EXTFILTER_AD) { in pf_test_state_udp()