Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h412 #define NFTA_VERDICT_MAX (__NFTA_VERDICT_MAX - 1) macro
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c4377 static const struct nla_policy nft_verdict_policy[NFTA_VERDICT_MAX + 1] = {
4386 struct nlattr *tb[NFTA_VERDICT_MAX + 1]; in nft_verdict_init()
4390 err = nla_parse_nested(tb, NFTA_VERDICT_MAX, nla, nft_verdict_policy); in nft_verdict_init()