Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h37 #define NFCTH_POLICY_SET_MAX (__NFCTH_POLICY_SET_MAX - 1) macro
/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c167 nfnl_cthelper_expect_policy_set[NFCTH_POLICY_SET_MAX+1] = {
177 struct nlattr *tb[NFCTH_POLICY_SET_MAX+1]; in nfnl_cthelper_parse_expect_policy()
180 ret = nla_parse_nested_deprecated(tb, NFCTH_POLICY_SET_MAX, attr, in nfnl_cthelper_parse_expect_policy()
363 struct nlattr *tb[NFCTH_POLICY_SET_MAX + 1]; in nfnl_cthelper_update_policy()
367 err = nla_parse_nested_deprecated(tb, NFCTH_POLICY_SET_MAX, attr, in nfnl_cthelper_update_policy()