Home
last modified time | relevance | path

Searched refs:NF_VERDICT_FLAG_QUEUE_BYPASS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_NFQUEUE.c56 ret |= NF_VERDICT_FLAG_QUEUE_BYPASS; in nfqueue_tg_v2()
105 ret |= NF_VERDICT_FLAG_QUEUE_BYPASS; in nfqueue_tg_v3()
H A Dnft_queue.c50 ret |= NF_VERDICT_FLAG_QUEUE_BYPASS; in nft_queue_eval()
66 ret |= NF_VERDICT_FLAG_QUEUE_BYPASS; in nft_queue_sreg_eval()
H A Dnf_queue.c243 (verdict & NF_VERDICT_FLAG_QUEUE_BYPASS)) in nf_queue()
H A Dnfnetlink_cthelper.c63 return NF_QUEUE_NR(helper->queue_num) | NF_VERDICT_FLAG_QUEUE_BYPASS; in nfnl_userspace_cthelper()
/openbmc/linux/include/uapi/linux/
H A Dnetfilter.h25 #define NF_VERDICT_FLAG_QUEUE_BYPASS 0x00008000 macro