NFTA_HOOK_PRIORITY
[NFTA_HOOK_PRIORITY] = { .type = NLA_U32 },
if (nla_put_be32(skb, NFTA_HOOK_PRIORITY, htonl(ops->priority)))
!ha[NFTA_HOOK_PRIORITY]) {
hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
if (ha[NFTA_HOOK_PRIORITY]) {
hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));