NFQA_PRIORITY
[NFQA_PRIORITY] = { .type = NLA_U32 },
[NFQA_PRIORITY] = { .type = NLA_U32 },
if (nfqa[NFQA_PRIORITY])
entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
if (nfqa[NFQA_PRIORITY])
entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
nla_put_be32(skb, NFQA_PRIORITY, htonl(entskb->priority)))