On 12.01, Pablo Neira Ayuso wrote: > > +/** > > + * struct nft_acct - nf_tables acct instance > > + * > > + * @list: table acct list node > > + * @name: name of the acct > > + * @pkts: number of packets > > + * @bytes: number of bytes > > + * use: number of rule references to this acct > > + */ > > +struct nft_acct { > > + struct list_head list; > > + char name[NFT_ACCT_MAXNAMELEN]; > > NFT_ACCT_MAXNAMELEN needs to be limited to 16 bytes, so we can easily > use acct objects from mappings. Not saying that we need more than 16 bytes, but we'd hopefully use references instead of runtime resolved lookups in mappings :) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html