Searched refs:NFT_CONNLIMIT_F_INV (Results 1 – 2 of 2) sorted by relevance
68 if (flags & ~NFT_CONNLIMIT_F_INV) in nft_connlimit_do_init() 70 if (flags & NFT_CONNLIMIT_F_INV) in nft_connlimit_do_init() 107 nla_put_be32(skb, NFTA_CONNLIMIT_FLAGS, htonl(NFT_CONNLIMIT_F_INV))) in nft_connlimit_do_dump() 162 [NFTA_CONNLIMIT_FLAGS] = NLA_POLICY_MASK(NLA_BE32, NFT_CONNLIMIT_F_INV),
1248 NFT_CONNLIMIT_F_INV = (1 << 0),1244 NFT_CONNLIMIT_F_INV = (1 << 0), global() enumerator