Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_connlimit.c67 if (!tb[NFTA_CONNLIMIT_COUNT]) in nft_connlimit_do_init()
70 limit = ntohl(nla_get_be32(tb[NFTA_CONNLIMIT_COUNT])); in nft_connlimit_do_init()
110 if (nla_put_be32(skb, NFTA_CONNLIMIT_COUNT, htonl(priv->limit))) in nft_connlimit_do_dump()
157 [NFTA_CONNLIMIT_COUNT] = { .type = NLA_U32 },
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1233 NFTA_CONNLIMIT_COUNT, enumerator