Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_counter.c75 u64_stats_set(&this_cpu->packets, in nft_counter_do_init()
79 u64_stats_set(&this_cpu->bytes, in nft_counter_do_init()
253 u64_stats_set(&this_cpu->packets, total.packets); in nft_counter_clone()
254 u64_stats_set(&this_cpu->bytes, total.bytes); in nft_counter_clone()
/linux/include/linux/
H A Du64_stats_sync.h82 static inline void u64_stats_set(u64_stats_t *p, u64 val) in u64_stats_set() function
123 static inline void u64_stats_set(u64_stats_t *p, u64 val) in u64_stats_set() function
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c775 u64_stats_set(&pstats->rx_hw_csum_err, 0); in idpf_collect_queue_stats()
776 u64_stats_set(&pstats->rx_hsplit, 0); in idpf_collect_queue_stats()
777 u64_stats_set(&pstats->rx_hsplit_hbo, 0); in idpf_collect_queue_stats()
778 u64_stats_set(&pstats->rx_bad_descs, 0); in idpf_collect_queue_stats()
779 u64_stats_set(&pstats->tx_linearize, 0); in idpf_collect_queue_stats()
780 u64_stats_set(&pstats->tx_busy, 0); in idpf_collect_queue_stats()
781 u64_stats_set(&pstats->tx_drops, 0); in idpf_collect_queue_stats()
782 u64_stats_set(&pstats->tx_dma_map_errs, 0); in idpf_collect_queue_stats()
/linux/net/core/
H A Dgen_stats.c120 u64_stats_set(&b->bytes, 0); in gnet_stats_basic_sync_init()
121 u64_stats_set(&b->packets, 0); in gnet_stats_basic_sync_init()
/linux/drivers/net/
H A Dvirtio_net.c2922 u64_stats_set(&stats.packets, packets); in virtnet_receive()