Home
last modified time | relevance | path

Searched refs:tcps_sack_send_blocks (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Din_kdtrace.c300 MIB_PROBE_TCP(tcps_sack_send_blocks);
H A Din_kdtrace.h292 SDT_PROBE_DECLARE(mib, tcp, count, tcps_sack_send_blocks);
H A Dtcp_var.h1036 uint64_t tcps_sack_send_blocks; /* SACK blocks (options) sent */ member
H A Dtcp_output.c1899 TCPSTAT_INC(tcps_sack_send_blocks); in tcp_addoptions()
/freebsd/usr.bin/netstat/
H A Dinet.c794 p(tcps_sack_send_blocks, "\t{:sent-option-blocks/%ju} " in tcp_stats()