Searched refs:NFTA_COUNTER_BYTES (Results 1 – 3 of 3) sorted by relevance
79 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes)) || in nft_counter_dump()90 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },111 if (tb[NFTA_COUNTER_BYTES]) { in nft_counter_init()113 be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_counter_init()
950 nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes))) in nft_dump_stats()1156 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },1170 if (!tb[NFTA_COUNTER_BYTES] || !tb[NFTA_COUNTER_PACKETS]) in nft_stats_alloc()1182 stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_stats_alloc()
790 NFTA_COUNTER_BYTES, enumerator