Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibxt_CT.c257 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()
/third_party/iptables/include/linux/netfilter/
Dxt_CT.h8 XT_CT_NOTRACK_ALIAS = 1 << 1, enumerator