Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_CT.h7 XT_CT_NOTRACK = 1 << 0, enumerator
9 XT_CT_MASK = XT_CT_NOTRACK | XT_CT_NOTRACK_ALIAS,
/linux-4.1.27/net/netfilter/
Dxt_CT.c191 if (info->flags & XT_CT_NOTRACK) { in xt_ct_tg_check()
255 if (info->flags & ~XT_CT_NOTRACK) in xt_ct_tg_check_v0()
273 if (info->flags & ~XT_CT_NOTRACK) in xt_ct_tg_check_v1()