Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibxt_CT.c186 info->flags |= XT_CT_NOTRACK; in ct_parse()
210 info->flags |= XT_CT_NOTRACK; in ct_parse_v1()
237 if (info->flags & XT_CT_NOTRACK) in ct_print()
262 if (info->flags & XT_CT_NOTRACK) in ct_print_v1()
285 if (info->flags & XT_CT_NOTRACK) in ct_save()
306 if (info->flags & XT_CT_NOTRACK) in ct_save_v1()
334 info->flags = XT_CT_NOTRACK; in notrack_ct0_tg_init()
341 info->flags = XT_CT_NOTRACK; in notrack_ct1_tg_init()
348 info->flags = XT_CT_NOTRACK | XT_CT_NOTRACK_ALIAS; in notrack_ct2_tg_init()
357 if (info->flags & XT_CT_NOTRACK) in xlate_ct1_tg()
/third_party/iptables/include/linux/netfilter/
Dxt_CT.h7 XT_CT_NOTRACK = 1 << 0, enumerator