Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnetfilter.h14 #define NF_QUEUE 3 macro
31 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
/Linux-v5.4/net/netfilter/
Dnf_tables_core.c202 case NF_QUEUE: in nft_do_chain()
Dnf_queue.c340 case NF_QUEUE: in nf_reinject()
Dcore.c522 case NF_QUEUE: in nf_hook_slow()
Dx_tables.c625 case NF_QUEUE: return true; in verdict_ok()
Dnf_tables_api.c7409 case NF_QUEUE: in nft_verdict_init()
/Linux-v5.4/net/bridge/
Dbr_input.c234 case NF_QUEUE: in nf_hook_bridge_pre()