Searched refs:NF_CT_HELPER_F_CONFIGURED (Results 1 – 2 of 2) sorted by relevance
58 (NF_CT_HELPER_F_USERSPACE | NF_CT_HELPER_F_CONFIGURED)) == in nfnl_userspace_cthelper()266 helper->flags |= NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_create()269 helper->flags &= ~NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_create()409 helper->flags |= NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_update()412 helper->flags &= ~NF_CT_HELPER_F_CONFIGURED; in nfnl_cthelper_update()559 if (helper->flags & NF_CT_HELPER_F_CONFIGURED) in nfnl_cthelper_fill_info()
27 NF_CT_HELPER_F_CONFIGURED = (1 << 1), enumerator