Searched refs:NFTA_COUNTER_BYTES (Results 1 – 3 of 3) sorted by relevance
51 if (nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(bytes))) in nft_counter_dump()63 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },74 if (tb[NFTA_COUNTER_BYTES]) in nft_counter_init()75 priv->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_counter_init()
910 nla_put_be64(skb, NFTA_COUNTER_BYTES, cpu_to_be64(total.bytes))) in nft_dump_stats()1113 [NFTA_COUNTER_BYTES] = { .type = NLA_U64 },1127 if (!tb[NFTA_COUNTER_BYTES] || !tb[NFTA_COUNTER_PACKETS]) in nft_stats_alloc()1139 stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); in nft_stats_alloc()
779 NFTA_COUNTER_BYTES, enumerator