Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnft_limit.c70 if (tb[NFTA_LIMIT_BURST]) { in nft_limit_init()
73 limit->burst = ntohl(nla_get_be32(tb[NFTA_LIMIT_BURST])); in nft_limit_init()
94 nla_put_be32(skb, NFTA_LIMIT_BURST, htonl(limit->burst)) || in nft_limit_dump()
121 [NFTA_LIMIT_BURST] = { .type = NLA_U32 },
/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h776 NFTA_LIMIT_BURST, enumerator