Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_ct.c336 [NFTA_CT_KEY] = NLA_POLICY_MAX(NLA_BE32, 255),
388 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_get_init()
547 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_set_init()
646 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_get_dump()
709 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_set_dump()
795 if (tb[NFTA_CT_KEY] == NULL) in nft_ct_select_ops()
803 u32 k = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_select_ops()
819 if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE)) in nft_ct_select_ops()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1173 NFTA_CT_KEY, enumerator