Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_kdtrace.c320 MIB_PROBE_TCP(tcps_tunneled_pkts);
H A Din_kdtrace.h312 SDT_PROBE_DECLARE(mib, tcp, count, tcps_tunneled_pkts);
H A Dtcp_var.h1059 uint64_t tcps_tunneled_pkts; /* Packets encap's in UDP received */ member
H A Dtcp_subr.c639 TCPSTAT_INC(tcps_tunneled_pkts); in tcp_recv_udp_tunneled_packet()
/freebsd/usr.bin/netstat/
H A Dinet.c641 p(tcps_tunneled_pkts, "\t\t{:received-udp-tunneled-pkts/%ju} " in tcp_stats()