Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnetfilter.h14 #define NF_QUEUE 3 macro
31 #define NF_QUEUE_NR(x) ((((x) << 16) & NF_VERDICT_QMASK) | NF_QUEUE)
/openbmc/linux/net/netfilter/
H A Dnf_queue.c343 case NF_QUEUE: in nf_reinject()
H A Dnf_tables_core.c312 case NF_QUEUE: in nft_do_chain()
H A Dcore.c637 case NF_QUEUE: in nf_hook_slow()
H A Dx_tables.c647 case NF_QUEUE: return true; in verdict_ok()
H A Dnf_tables_api.c10949 case NF_QUEUE: in nft_verdict_init()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnf-queue.c354 opts.verdict |= NF_QUEUE; in parse_opts()
/openbmc/linux/net/bridge/
H A Dbr_input.c288 case NF_QUEUE: in nf_hook_bridge_pre()