Searched refs:NFTA_COUNTER_BYTES (Results 1 – 3 of 3) sorted by relevance
76 if (tb[NFTA_COUNTER_BYTES]) { in nft_counter_do_init()78 be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_counter_do_init()151 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_counter_do_dump()176 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },
1141 nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_dump_stats()1344 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },1359 if (!tb[NFTA_COUNTER_BYTES] || !tb[NFTA_COUNTER_PACKETS]) in nft_stats_alloc()1371 stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_stats_alloc()
1077 NFTA_COUNTER_BYTES, enumerator