Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/netfilter/
Dxt_CT.h8 XT_CT_NOTRACK = 1 << 0, enumerator
14 XT_CT_MASK = XT_CT_NOTRACK | XT_CT_NOTRACK_ALIAS |
/Linux-v5.4/net/netfilter/
Dxt_CT.c147 if (info->flags & XT_CT_NOTRACK) { in xt_ct_tg_check()
233 if (info->flags & ~XT_CT_NOTRACK) in xt_ct_tg_check_v0()
251 if (info->flags & ~XT_CT_NOTRACK) in xt_ct_tg_check_v1()