Home
last modified time | relevance | path

Searched refs:COUNTER_ARRAY_COPY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dcounter.h53 #define COUNTER_ARRAY_COPY(a, dstp, n) do { \ macro
/freebsd/sys/net/
H A Dvnet.h138 COUNTER_ARRAY_COPY(VNET(array), &s, sizeof(type) / sizeof(uint64_t));\
/freebsd/sys/netinet6/
H A Din6.c528 COUNTER_ARRAY_COPY(((struct in6_ifextra *) in in6_control_ioctl()
535 COUNTER_ARRAY_COPY(((struct in6_ifextra *) in in6_control_ioctl()
/freebsd/sys/kern/
H A Dkern_sendfile.c156 COUNTER_ARRAY_COPY(sfstat, &s, sizeof(s) / sizeof(uint64_t)); in sfstat_sysctl()
/freebsd/sys/netinet/
H A Digmp.c360 COUNTER_ARRAY_COPY(VNET(igmpstat), &igps0, in sysctl_igmp_stat()