Home
last modified time | relevance | path

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

/titanic_41/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 = { in udp_kstat2_init()
439 udp_add_stats(udp_stat_counter_t *from, udp_stat_t *to) in udp_add_stats()
461 udp_clr_stats(udp_stat_t *stats) in udp_clr_stats()
482 udp_stat_t *stats; in udp_kstat2_update()
500 stats = (udp_stat_t *)kp->ks_data; in udp_kstat2_update()
/titanic_41/usr/src/uts/common/inet/
H A Dudp_impl.h89 } udp_stat_t; typedef