Searched refs:NF_CT_HELPER_F_CONFIGURED (Results 1 – 2 of 2) sorted by relevance
53 (NF_CT_HELPER_F_USERSPACE | NF_CT_HELPER_F_CONFIGURED)) == in nfnl_userspace_cthelper()238 helper->flags |= NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_create()241 helper->flags &= ~NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_create()279 helper->flags |= NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_update()282 helper->flags &= ~NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_update()444 if (helper->flags & NF_CT_HELPER_F_CONFIGURED) in nfnl_cthelper_fill_info()
20 NF_CT_HELPER_F_CONFIGURED = (1 << 1), enumerator