Searched refs:udp_stat_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c43 static void udp_clr_stats(udp_stat_t *);
44 static void udp_add_stats(udp_stat_counter_t *, udp_stat_t *);
393 udp_stat_t template = {
436 * udp_stat_t.
439 udp_add_stats(udp_stat_counter_t *from, udp_stat_t *to)
458 * To set all udp_stat_t counters to 0.
461 udp_clr_stats(udp_stat_t *stats)
482 udp_stat_t *stats;
500 stats = (udp_stat_t *)kp->ks_data;
/illumos-gate/usr/src/uts/common/inet/
H A Dudp_impl.h89 } udp_stat_t; typedef in typeref:struct:udp_stat
92 * This struct contains only the counter part of udp_stat_t. It is used
93 * in udp_stats_cpu_t instead of udp_stat_t to save memory space.

Completed in 95 milliseconds