Searched refs:tx_udp_ip_frag (Results 1 – 3 of 3) sorted by relevance
308 uint32_t tx_udp_ip_frag; /* # of ip fragmentes for udp data */ member365 kstat_named_t tx_udp_ip_frag; /* # of ip fragmentes for udp data */ member
1707 kstat_named_init(&chkp->tx_udp_ip_frag, "tx_udp_ip_frag", in sge_kstat_setup()1817 statsp->tx_udp_ip_frag = chkp->tx_udp_ip_frag.value.ui32; in sge_kstat_update()1867 chkp->tx_udp_ip_frag.value.ui32 = statsp->tx_udp_ip_frag; in sge_kstat_update()
1773 chp->sge->intr_cnt.tx_udp_ip_frag++; in ch_send()