Home
last modified time | relevance | path

Searched refs:helper_flags (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnfnetlink_cthelper.c46 unsigned int helper_flags; in nfnl_userspace_cthelper() local
57 helper_flags = READ_ONCE(helper->flags); in nfnl_userspace_cthelper()
60 if ((helper_flags & in nfnl_userspace_cthelper()
591 unsigned int helper_flags; in nfnl_cthelper_dump_table() local
600 helper_flags = READ_ONCE(cur->flags); in nfnl_cthelper_dump_table()
603 if (!(helper_flags & NF_CT_HELPER_F_USERSPACE)) in nfnl_cthelper_dump_table()
H A Dnf_conntrack_core.c2207 unsigned int helper_flags; in nf_confirm_cthelper() local
2218 helper_flags = READ_ONCE(helper->flags); in nf_confirm_cthelper()
2219 if (!(helper_flags & NF_CT_HELPER_F_USERSPACE)) in nf_confirm_cthelper()