Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnetfilter.h14 #define NF_QUEUE 3 macro
31 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
/linux-4.4.14/net/ipv4/netfilter/
Dnft_chain_route_ipv4.c49 if (ret != NF_DROP && ret != NF_QUEUE) { in nf_route_table_hook()
/linux-4.4.14/net/ipv6/netfilter/
Dnft_chain_route_ipv6.c49 if (ret != NF_DROP && ret != NF_QUEUE && in nf_route_table_hook()
/linux-4.4.14/net/netfilter/
Dnf_queue.c201 case NF_QUEUE: in nf_reinject()
Dnf_tables_core.c163 case NF_QUEUE: in nft_do_chain()
Dcore.c314 } else if ((verdict & NF_VERDICT_MASK) == NF_QUEUE) { in nf_hook_slow()
Dnf_tables_api.c4403 case NF_QUEUE: in nft_verdict_init()