Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dqueue_msg_obj.c22 #define QUEUE_MSG_ATTR_PACKETID (1UL << 2) macro
147 if (msg->ce_mask & QUEUE_MSG_ATTR_PACKETID) in nfnl_queue_msg_dump()
231 msg->ce_mask |= QUEUE_MSG_ATTR_PACKETID; in nfnl_queue_msg_set_packetid()
236 return !!(msg->ce_mask & QUEUE_MSG_ATTR_PACKETID); in nfnl_queue_msg_test_packetid()
464 __ADD(QUEUE_MSG_ATTR_PACKETID, packetid),