Home
last modified time | relevance | path

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

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