Searched refs:XT_HMARK_FLAG (Results 1 – 2 of 2) sorted by relevance
97 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_ct_set_htuple()196 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_pkt_set_htuple_ipv6()218 if (info->flags & XT_HMARK_FLAG(XT_HMARK_CT)) { in hmark_tg_v6()273 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_pkt_set_htuple_ipv4()299 if (info->flags & XT_HMARK_FLAG(XT_HMARK_CT)) { in hmark_tg_v4()320 (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3))) in hmark_tg_check()323 if (info->flags & XT_HMARK_FLAG(XT_HMARK_SPI_MASK) && in hmark_tg_check()324 (info->flags & (XT_HMARK_FLAG(XT_HMARK_SPORT_MASK) | in hmark_tg_check()325 XT_HMARK_FLAG(XT_HMARK_DPORT_MASK)))) in hmark_tg_check()328 if (info->flags & XT_HMARK_FLAG(XT_HMARK_SPI) && in hmark_tg_check()[all …]
25 #define XT_HMARK_FLAG(flag) (1 << flag) macro