Home
last modified time | relevance | path

Searched refs:NFT_CHAIN_MAXNAMELEN (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/include/linux/netfilter/
Dnf_tables.h7 #define NFT_CHAIN_MAXNAMELEN NFT_NAME_MAXLEN macro
/third_party/iptables/iptables/
Dxtables-eb.c800 else if (strlen(argv[optind]) >= NFT_CHAIN_MAXNAMELEN) in do_commandeb()
801 …ror(PARAMETER_PROBLEM, "Chain name length can't exceed %d"" characters", NFT_CHAIN_MAXNAMELEN - 1); in do_commandeb()