Searched refs:ifa_ibytes (Results 1 – 5 of 5) sorted by relevance
700 counter_u64_add(ia->ia_ifa.ifa_ibytes, in ip_input()724 counter_u64_add(ia->ia_ifa.ifa_ibytes, in ip_input()731 counter_u64_add(ia->ia_ifa.ifa_ibytes, in ip_input()
570 counter_u64_t ifa_ibytes; member
1839 if ((ifa->ifa_ibytes = counter_u64_alloc(flags)) == NULL) in ifa_alloc()1851 counter_u64_free(ifa->ifa_ibytes); in ifa_alloc()1873 counter_u64_free(ifa->ifa_ibytes); in ifa_destroy()
2311 ifd->ifi_ibytes = counter_u64_fetch(ifa->ifa_ibytes); in sysctl_iflist_ifaml()
822 counter_u64_add(ia->ia_ifa.ifa_ibytes, m->m_pkthdr.len); in ip6_input()