NFCTH_QUEUE_NUM
if (tb[NFCTH_QUEUE_NUM])
helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
if (tb[NFCTH_QUEUE_NUM])
helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM]));
if (nla_put_be32(skb, NFCTH_QUEUE_NUM, htonl(helper->queue_num)))
[NFCTH_QUEUE_NUM] = { .type = NLA_U32, },