Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnft_queue.c59 [NFTA_QUEUE_TOTAL] = { .type = NLA_U16 },
75 if (tb[NFTA_QUEUE_TOTAL] != NULL) in nft_queue_init()
76 priv->queues_total = ntohs(nla_get_be16(tb[NFTA_QUEUE_TOTAL])); in nft_queue_init()
90 nla_put_be16(skb, NFTA_QUEUE_TOTAL, htons(priv->queues_total)) || in nft_queue_dump()
/linux-4.1.27/include/uapi/linux/netfilter/
Dnf_tables.h817 NFTA_QUEUE_TOTAL, enumerator