NFCTH_QUEUE_NUM   254 net/netfilter/nfnetlink_cthelper.c 	if (tb[NFCTH_QUEUE_NUM])
NFCTH_QUEUE_NUM   255 net/netfilter/nfnetlink_cthelper.c 		helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
NFCTH_QUEUE_NUM   393 net/netfilter/nfnetlink_cthelper.c 	if (tb[NFCTH_QUEUE_NUM])
NFCTH_QUEUE_NUM   394 net/netfilter/nfnetlink_cthelper.c 		helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
NFCTH_QUEUE_NUM   546 net/netfilter/nfnetlink_cthelper.c 	if (nla_put_be32(skb, NFCTH_QUEUE_NUM, htonl(helper->queue_num)))
NFCTH_QUEUE_NUM   745 net/netfilter/nfnetlink_cthelper.c 	[NFCTH_QUEUE_NUM] = { .type = NLA_U32, },