Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_ct.c338 [NFTA_CT_KEY] = NLA_POLICY_MAX(NLA_BE32, 255),
390 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_get_init()
549 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_set_init()
648 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_get_dump()
711 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_set_dump()
797 if (tb[NFTA_CT_KEY] == NULL) in nft_ct_select_ops()
805 u32 k = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_select_ops()
821 if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE)) in nft_ct_select_ops()
/linux-6.15/include/uapi/linux/netfilter/
H A Dnf_tables.h1189 NFTA_CT_KEY, enumerator