Searched refs:COUNTER_ARRAY_FREE (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | counter.h | 50 #define COUNTER_ARRAY_FREE(a, n) do { \ macro
|
| /f-stack/freebsd/net/ |
| H A D | vnet.h | 105 COUNTER_ARRAY_FREE(VNET(name), sizeof(VNET(name)) / sizeof(counter_u64_t))
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 93 COUNTER_ARRAY_FREE(cfg->base.stats.cnt, NAT64STATS); in nat64stl_free_config()
|
| H A D | nat64clat_control.c | 91 COUNTER_ARRAY_FREE(cfg->base.stats.cnt, NAT64STATS); in nat64clat_free_config()
|
| H A D | nat64lsn.c | 1806 COUNTER_ARRAY_FREE(cfg->base.stats.cnt, NAT64STATS); in nat64lsn_destroy_instance()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 2538 COUNTER_ARRAY_FREE(ext->in6_ifstat, in in6_domifdetach() 2541 COUNTER_ARRAY_FREE(ext->icmp6_ifstat, in in6_domifdetach()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 439 COUNTER_ARRAY_FREE(cfg->stats, NPTV6STATS); in nptv6_free_config()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 258 COUNTER_ARRAY_FREE(cryptostats, nitems(cryptostats)); in cryptostats_fini()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 1854 COUNTER_ARRAY_FREE(bbr_stat_arry, BBR_STAT_SIZE); in bbr_counter_destroy() 1855 COUNTER_ARRAY_FREE(bbr_opts_arry, BBR_OPTS_SIZE); in bbr_counter_destroy() 1856 COUNTER_ARRAY_FREE(bbr_out_size, TCP_MSS_ACCT_SIZE); in bbr_counter_destroy() 1857 COUNTER_ARRAY_FREE(bbr_state_lost, BBR_MAX_STAT); in bbr_counter_destroy() 1858 COUNTER_ARRAY_FREE(bbr_state_time, BBR_MAX_STAT); in bbr_counter_destroy() 1859 COUNTER_ARRAY_FREE(bbr_state_resend, BBR_MAX_STAT); in bbr_counter_destroy()
|
| H A D | rack.c | 2179 COUNTER_ARRAY_FREE(rack_out_size, TCP_MSS_ACCT_SIZE); in rack_counter_destroy() 2180 COUNTER_ARRAY_FREE(rack_opts_arry, RACK_OPTS_SIZE); in rack_counter_destroy()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 271 COUNTER_ARRAY_FREE(V_tcps_states, TCP_NSTATES); in tcp_vnet_uninit()
|