Searched refs:XT_HMARK_FLAG (Results 1 – 2 of 2) sorted by relevance
100 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_ct_set_htuple()199 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_pkt_set_htuple_ipv6()221 if (info->flags & XT_HMARK_FLAG(XT_HMARK_CT)) { in hmark_tg_v6()276 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_pkt_set_htuple_ipv4()302 if (info->flags & XT_HMARK_FLAG(XT_HMARK_CT)) { in hmark_tg_v4()323 (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3))) in hmark_tg_check()326 if (info->flags & XT_HMARK_FLAG(XT_HMARK_SPI_MASK) && in hmark_tg_check()327 (info->flags & (XT_HMARK_FLAG(XT_HMARK_SPORT_MASK) | in hmark_tg_check()328 XT_HMARK_FLAG(XT_HMARK_DPORT_MASK)))) in hmark_tg_check()331 if (info->flags & XT_HMARK_FLAG(XT_HMARK_SPI) && in hmark_tg_check()[all …]
25 #define XT_HMARK_FLAG(flag) (1 << flag) macro