Searched refs:NFQUEUE (Results 1 – 4 of 4) sorted by relevance
7 -A INPUT -p udp -j NFQUEUE --queue-num 1000010 -A OUTPUT -d 239.255.255.250/32 -p udp -m udp --dport 1900 -j NFQUEUE --queue-num 10001
75 typedef enum { OTHER = -1, NFLOG, NFQUEUE } nftype_t; enumerator124 type = NFQUEUE; in netfilter_read_linux()147 if (type == NFQUEUE) { in netfilter_read_linux()195 if (type == NFQUEUE) { in netfilter_read_linux()432 type = NFQUEUE; in netfilter_activate()
23 By default, if no userspace program is listening on an NFQUEUE, then all packets that are to be que…24 are dropped. When this option is used, the NFQUEUE rule behaves like ACCEPT instead, and the packet
179 -A ntarg -j NFQUEUE --queue-num 1181 -A ntarg -j NFQUEUE --queue-balance 8:99183 -A ntarg -j NFQUEUE --queue-num 0 --queue-bypass