Searched refs:NFQA_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_queue.h64 NFQA_PRIORITY, /* skb->priority */ enumerator in enum:nfqnl_attr_type
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c738 nla_put_be32(skb, NFQA_PRIORITY, htonl(entskb->priority)))
1210 [NFQA_PRIORITY] = { .type = NLA_U32 },
1216 [NFQA_PRIORITY] = { .type = NLA_U32 },
1297 if (nfqa[NFQA_PRIORITY])
1298 entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));
1426 if (nfqa[NFQA_PRIORITY])
1427 entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY]));

Completed in 208 milliseconds