Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnetfilter.h13 #define NF_QUEUE 3 macro
30 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
/linux-4.1.27/net/ipv4/netfilter/
Dnft_chain_route_ipv4.c49 if (ret != NF_DROP && ret != NF_QUEUE) { in nf_route_table_hook()
/linux-4.1.27/net/ipv6/netfilter/
Dnft_chain_route_ipv6.c49 if (ret != NF_DROP && ret != NF_QUEUE && in nf_route_table_hook()
/linux-4.1.27/net/netfilter/
Dnf_queue.c227 case NF_QUEUE: in nf_reinject()
Dnf_tables_core.c170 case NF_QUEUE: in nft_do_chain()
Dcore.c182 } else if ((verdict & NF_VERDICT_MASK) == NF_QUEUE) { in nf_hook_slow()
Dnf_tables_api.c4334 case NF_QUEUE: in nft_verdict_init()