Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibxt_CT.c114 *flags |= XT_CT_ZONE_MARK; in ct_parse_zone_id()
136 if (flags & XT_CT_ZONE_MARK) in ct_print_zone_id()
247 if (info->flags & XT_CT_ZONE_MARK || info->zone) in ct_print()
274 if (info->flags & XT_CT_ZONE_MARK || info->zone) in ct_print_v1()
295 if (info->flags & XT_CT_ZONE_MARK || info->zone) in ct_save()
318 if (info->flags & XT_CT_ZONE_MARK || info->zone) in ct_save_v1()
/third_party/iptables/include/linux/netfilter/
Dxt_CT.h11 XT_CT_ZONE_MARK = 1 << 4, enumerator