Searched refs:NFTA_COUNTER_BYTES (Results 1 – 3 of 3) sorted by relevance
73 if (tb[NFTA_COUNTER_BYTES]) { in nft_counter_do_init()75 be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_counter_do_init()148 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_counter_do_dump()173 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },
1217 nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_dump_stats()1423 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },1438 if (!tb[NFTA_COUNTER_BYTES] || !tb[NFTA_COUNTER_PACKETS]) in nft_stats_alloc()1450 stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_stats_alloc()
1100 NFTA_COUNTER_BYTES, enumerator