Searched refs:NFTA_CT_KEY (Results 1 – 2 of 2) sorted by relevance
342 [NFTA_CT_KEY] = { .type = NLA_U32 },394 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()646 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_get_dump()685 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_set_dump()738 if (tb[NFTA_CT_KEY] == NULL) in nft_ct_select_ops()749 if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE)) in nft_ct_select_ops()
1121 NFTA_CT_KEY, enumerator
Completed in 12 milliseconds