Home
last modified time | relevance | path

Searched refs:tcp_stat_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c53 static void tcp_add_stats(tcp_stat_counter_t *, tcp_stat_t *);
54 static void tcp_clr_stats(tcp_stat_t *);
755 tcp_stat_t template = { in tcp_kstat2_init()
851 tcp_stat_t *stats; in tcp_kstat2_update()
867 stats = (tcp_stat_t *)kp->ks_data; in tcp_kstat2_update()
965 tcp_clr_stats(tcp_stat_t *stats) in tcp_clr_stats()
1028 tcp_add_stats(tcp_stat_counter_t *from, tcp_stat_t *to) in tcp_add_stats()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_stats.h142 } tcp_stat_t; typedef