Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnft_ct.c184 [NFTA_CT_KEY] = { .type = NLA_U32 },
230 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_get_init()
330 priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY])); in nft_ct_set_init()
365 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_get_dump()
393 if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key))) in nft_ct_set_dump()
424 if (tb[NFTA_CT_KEY] == NULL) in nft_ct_select_ops()
/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h752 NFTA_CT_KEY, enumerator