Searched refs:NFTA_COUNTER_BYTES (Results 1 – 3 of 3) sorted by relevance
75 if (tb[NFTA_COUNTER_BYTES]) { in nft_counter_do_init()77 be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_counter_do_init()155 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_counter_do_dump()180 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },
1753 nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes), in nft_dump_stats()2009 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },2024 if (!tb[NFTA_COUNTER_BYTES] || !tb[NFTA_COUNTER_PACKETS]) in nft_stats_alloc()2036 stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_stats_alloc()
1247 NFTA_COUNTER_BYTES, enumerator