Searched refs:DT1 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 744 DT1(ipf_fi_bad_routing6, fr_info_t *, fin); in ipf_pr_routing6() 928 DT1(ipf_fi_bad_icmp6, fr_info_t *, fin); in ipf_pr_icmp6() 1110 DT1(ipf_pullup_fail, fr_info_t *, fin); in ipf_pr_pullup() 1269 DT1(ipf_fi_bad_src_ne_dst, fr_info_t *, fin); in ipf_pr_icmp() 1357 DT1(ipf_fi_bad_th_fin_rst_ack, fr_info_t, fin); in ipf_pr_tcpcommon() 1366 DT1(ipf_fi_bad_th_syn_urg_psh, fr_info_t *, fin); in ipf_pr_tcpcommon() 1388 DT1(ipf_fi_bad_th_rst_syn, fr_info_t *, fin); in ipf_pr_tcpcommon() 1391 DT1(ipf_fi_bad_th_urg_push_fin, fr_info_t *, fin); in ipf_pr_tcpcommon() 1701 DT1(ipf_fi_tcp_frag_off_1, fr_info_t *, fin); in ipf_pr_ipv4hdr() 1719 DT1(ipf_fi_bad_fragbody_gt_65535, fr_info_t *, fin); in ipf_pr_ipv4hdr() [all …]
|
H A D | ip_ftp_pxy.c | 1042 DT1(client_valid, int, i); in ipf_p_ftp_client_valid() 1124 DT1(server_valid, int, i); in ipf_p_ftp_server_valid() 1627 DT1(epert_dlen, int, dlen); in ipf_p_ftp_eprt() 1810 DT1(epsv_cmd, int, ftp->ftp_side[0].ftps_cmd); in ipf_p_ftp_epsv()
|
H A D | ip_compat.h | 1210 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) macro 1220 # define DT1(_n,_a,_b) macro
|
H A D | ip_state.c | 1570 DT1(ipf_fi_bad_tcpoptions_th_fin_ack_ecnall, fr_info_t *, fin); in ipf_state_add() 1979 DT1(iss_tcp_closing, ipstate_t *, is); in ipf_state_tcp() 2022 DT1(ipf_fi_bad_winscale_syn_ack, fr_info_t *, fin); in ipf_state_tcp() 2033 DT1(ipf_fi_bad_winscale_syn, fr_info_t *, fin); in ipf_state_tcp() 2750 DT1(iss_icmp_icmperr, fr_info_t *, &ofin); in ipf_checkicmpmatchingstate() 4418 DT1(iss_icmp6_icmperr, fr_info_t *, &ofin); in ipf_checkicmp6matchingstate() 4433 DT1(iss_icmp6_notinfo, fr_info_t *, &ofin); in ipf_checkicmp6matchingstate()
|
H A D | ip_fil.h | 1612 DT1(user_error, int, _e); \
|
H A D | ip_nat.c | 124 DT1(x, fr_info_t *, fin); } while (0) 3457 DT1(ns_bucket_max_0, int, in ipf_nat_hashtab_add() 3465 DT1(ns_bucket_max_1, int, in ipf_nat_hashtab_add() 7011 DT1(ipf_nat_rewrite_3, frinfo_t *, &frnat); in ipf_nat_newrewrite()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1176 const auto *DT1 = cast<DeducedTemplateSpecializationType>(T1); in IsStructurallyEquivalent() local 1178 if (!IsStructurallyEquivalent(Context, DT1->getTemplateName(), in IsStructurallyEquivalent() 1181 if (!IsStructurallyEquivalent(Context, DT1->getDeducedType(), in IsStructurallyEquivalent()
|