Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
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()
544 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_set_init()
643 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_get_dump()
706 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_set_dump()
792 if (tb[NFTA_CT_KEY] == NULL) in nft_ct_select_ops()
800 u32 k = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_select_ops()
816 if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE)) in nft_ct_select_ops()
/Linux-v6.6/include/uapi/linux/netfilter/
Dnf_tables.h1171 NFTA_CT_KEY, enumerator