Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_queue.h64 NFQA_PRIORITY, /* skb->priority */ enumerator
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c586 nla_put_be32(skb, NFQA_PRIORITY, htonl(entskb->priority))) in nfqnl_build_packet_message()
1089 [NFQA_PRIORITY] = { .type = NLA_U32 },
1095 [NFQA_PRIORITY] = { .type = NLA_U32 },
1176 if (nfqa[NFQA_PRIORITY]) in nfqnl_recv_verdict_batch()
1177 entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY])); in nfqnl_recv_verdict_batch()
1305 if (nfqa[NFQA_PRIORITY]) in nfqnl_recv_verdict()
1306 entry->skb->priority = ntohl(nla_get_be32(nfqa[NFQA_PRIORITY])); in nfqnl_recv_verdict()