Home
last modified time | relevance | path

Searched refs:KMOD_TCPSTAT_INC (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c301 KMOD_TCPSTAT_INC(tcps_rcvshort); in ctf_process_inbound_raw()
320 KMOD_TCPSTAT_INC(tcps_rcvbadsum); in ctf_process_inbound_raw()
347 KMOD_TCPSTAT_INC(tcps_rcvshort); in ctf_process_inbound_raw()
385 KMOD_TCPSTAT_INC(tcps_rcvbadsum); in ctf_process_inbound_raw()
400 KMOD_TCPSTAT_INC(tcps_rcvbadoff); in ctf_process_inbound_raw()
423 KMOD_TCPSTAT_INC(tcps_rcvtotal); in ctf_process_inbound_raw()
685 KMOD_TCPSTAT_INC(tcps_drops); in ctf_process_rst()
708 KMOD_TCPSTAT_INC(tcps_badrst); in ctf_process_rst()
732 KMOD_TCPSTAT_INC(tcps_badsyn); in ctf_challenge_ack()
775 KMOD_TCPSTAT_INC(tcps_rcvduppack); in ctf_ts_check()
[all …]
H A Drack.c5335 KMOD_TCPSTAT_INC(tcps_delack); in rack_timeout_delack()
5451 KMOD_TCPSTAT_INC(tcps_keeptimeo); in rack_timeout_keepalive()
5484 KMOD_TCPSTAT_INC(tcps_keepdrops); in rack_timeout_keepalive()
8884 KMOD_TCPSTAT_INC(tcps_preddat); in rack_do_fastnewdata()
9054 KMOD_TCPSTAT_INC(tcps_predack); in rack_fastack()
9212 KMOD_TCPSTAT_INC(tcps_connects); in rack_do_syn_sent()
9249 KMOD_TCPSTAT_INC(tcps_ecn_shs); in rack_do_syn_sent()
9470 KMOD_TCPSTAT_INC(tcps_connects); in rack_do_syn_recv()
10932 KMOD_TCPSTAT_INC(tcps_ecn_ce); in rack_do_segment_nounlock()
13328 KMOD_TCPSTAT_INC(tcps_sndpack); in rack_output()
[all …]
H A Dbbr.c4733 KMOD_TCPSTAT_INC(tcps_delack); in bbr_timeout_delack()
4843 KMOD_TCPSTAT_INC(tcps_keeptimeo); in bbr_timeout_keepalive()
4872 KMOD_TCPSTAT_INC(tcps_keepdrops); in bbr_timeout_keepalive()
8565 KMOD_TCPSTAT_INC(tcps_preddat); in bbr_do_fastnewdata()
8745 KMOD_TCPSTAT_INC(tcps_predack); in bbr_fastack()
8886 KMOD_TCPSTAT_INC(tcps_connects); in bbr_do_syn_sent()
9150 KMOD_TCPSTAT_INC(tcps_connects); in bbr_do_syn_recv()
11875 KMOD_TCPSTAT_INC(tcps_sndpack); in bbr_do_send_accounting()
13382 KMOD_TCPSTAT_INC(tcps_sndacks); in bbr_output_wtime()
13384 KMOD_TCPSTAT_INC(tcps_sndctrl); in bbr_output_wtime()
[all …]
/f-stack/freebsd/netipsec/
H A Dxform_tcp.c269 KMOD_TCPSTAT_INC(tcps_sig_err_buildsig); in tcp_ipsec_input()
281 KMOD_TCPSTAT_INC(tcps_sig_rcvbadsig); in tcp_ipsec_input()
284 KMOD_TCPSTAT_INC(tcps_sig_rcvgoodsig); in tcp_ipsec_input()
309 KMOD_TCPSTAT_INC(tcps_sig_err_buildsig); in tcp_ipsec_output()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h706 #define KMOD_TCPSTAT_INC(name) KMOD_TCPSTAT_ADD(name, 1) macro
/f-stack/freebsd/netinet/
H A Dtcp_var.h706 #define KMOD_TCPSTAT_INC(name) KMOD_TCPSTAT_ADD(name, 1) macro
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5862 KMOD_TCPSTAT_INC(tcps_rcvbadsum); in pf_check_proto_cksum()