Searched refs:NF_QUEUE (Results 1 – 10 of 10) sorted by relevance
10 #define NF_QUEUE 3 macro23 #define NF_QUEUE_NR(x) ((((x) << NF_VERDICT_BITS) & NF_VERDICT_QMASK) | NF_QUEUE)
14 #define NF_QUEUE 3 macro31 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
16 #define NF_QUEUE 3 macro33 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
20 __ADD(NF_QUEUE, NF_QUEUE)
159 : pos == -NF_QUEUE-1 ? "NF_QUEUE" in dump_entry()
1569 case -NF_QUEUE-1: in standard_target_map()1699 return iptcc_standard_map(r, -NF_QUEUE - 1); in iptcc_map_target()
450 case NF_QUEUE: in print_verdict()
1510 pub const NF_QUEUE: ::c_int = 3; constant
1829 pub const NF_QUEUE: ::c_int = 3; constant