Searched refs:XT_CT_NOTRACK_ALIAS (Results 1 – 2 of 2) sorted by relevance
257 if (info->flags & XT_CT_NOTRACK_ALIAS) { in ct_print_v1()283 if (info->flags & XT_CT_NOTRACK_ALIAS) in ct_save()304 if (info->flags & XT_CT_NOTRACK_ALIAS) in ct_save_v1()327 return info->flags & XT_CT_NOTRACK_ALIAS ? "NOTRACK" : "CT"; in ct_print_name_alias()348 info->flags = XT_CT_NOTRACK | XT_CT_NOTRACK_ALIAS; in notrack_ct2_tg_init()
8 XT_CT_NOTRACK_ALIAS = 1 << 1, enumerator