NFTA_HOOK_PRIORITY 1213 net/netfilter/nf_tables_api.c 	[NFTA_HOOK_PRIORITY]	= { .type = NLA_U32 },
NFTA_HOOK_PRIORITY 1294 net/netfilter/nf_tables_api.c 		if (nla_put_be32(skb, NFTA_HOOK_PRIORITY, htonl(ops->priority)))
NFTA_HOOK_PRIORITY 1572 net/netfilter/nf_tables_api.c 	    ha[NFTA_HOOK_PRIORITY] == NULL)
NFTA_HOOK_PRIORITY 1576 net/netfilter/nf_tables_api.c 	hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));