NFTA_LIMIT_BURST   69 net/netfilter/nft_limit.c 	if (tb[NFTA_LIMIT_BURST])
NFTA_LIMIT_BURST   70 net/netfilter/nft_limit.c 		limit->burst = ntohl(nla_get_be32(tb[NFTA_LIMIT_BURST]));
NFTA_LIMIT_BURST  114 net/netfilter/nft_limit.c 	    nla_put_be32(skb, NFTA_LIMIT_BURST, htonl(limit->burst)) ||
NFTA_LIMIT_BURST  142 net/netfilter/nft_limit.c 	[NFTA_LIMIT_BURST]	= { .type = NLA_U32 },