Searched refs:icmp6_ifstat (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 515 ifp->if_afdata[AF_INET6])->icmp6_ifstat, in in6_control() 517 sizeof(struct icmp6_ifstat) / sizeof(uint64_t)); in in6_control() 2505 ext->icmp6_ifstat = malloc(sizeof(counter_u64_t) * in in6_domifattach() 2506 sizeof(struct icmp6_ifstat) / sizeof(uint64_t), M_IFADDR, in in6_domifattach() 2508 COUNTER_ARRAY_ALLOC(ext->icmp6_ifstat, in in6_domifattach() 2509 sizeof(struct icmp6_ifstat) / sizeof(uint64_t), M_WAITOK); in in6_domifattach() 2541 COUNTER_ARRAY_FREE(ext->icmp6_ifstat, in in6_domifdetach() 2542 sizeof(struct icmp6_ifstat) / sizeof(uint64_t)); in in6_domifdetach() 2543 free(ext->icmp6_ifstat, M_IFADDR); in in6_domifdetach()
|
| H A D | in6_var.h | 107 counter_u64_t *icmp6_ifstat; member 203 struct icmp6_ifstat { struct 292 struct icmp6_ifstat ifru_icmp6stat; argument
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_var.h | 107 counter_u64_t *icmp6_ifstat; member 203 struct icmp6_ifstat { struct 292 struct icmp6_ifstat ifru_icmp6stat; argument
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | icmp6.h | 724 ((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat[\ 725 offsetof(struct icmp6_ifstat, tag) / sizeof(uint64_t)], 1);\
|
| /f-stack/freebsd/netinet/ |
| H A D | icmp6.h | 720 ((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat[\ 721 offsetof(struct icmp6_ifstat, tag) / sizeof(uint64_t)], 1);\
|