Home
last modified time | relevance | path

Searched refs:NFT_TABLE_MAXNAMELEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h4 #define NFT_TABLE_MAXNAMELEN 32 macro
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h851 char name[NFT_TABLE_MAXNAMELEN];
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c438 .len = NFT_TABLE_MAXNAMELEN - 1 },
728 nla_strlcpy(table->name, name, NFT_TABLE_MAXNAMELEN); in nf_tables_newtable()