Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_ct.c345 [NFTA_CT_KEY] = { .type = NLA_U32 },
396 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_get_init()
552 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_set_init()
650 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_get_dump()
712 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_set_dump()
786 if (tb[NFTA_CT_KEY] == NULL) in nft_ct_select_ops()
797 if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE)) in nft_ct_select_ops()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h1121 NFTA_CT_KEY, enumerator