Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnetfilter.h14 #define NF_QUEUE 3 macro
31 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
/Linux-v4.19/net/netfilter/
Dnf_tables_core.c191 case NF_QUEUE: in nft_do_chain()
Dnf_queue.c320 case NF_QUEUE: in nf_reinject()
Dcore.c521 case NF_QUEUE: in nf_hook_slow()
Dx_tables.c630 case NF_QUEUE: return true; in verdict_ok()
Dnf_tables_api.c6988 case NF_QUEUE: in nft_verdict_init()