Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_HMARK.c97 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()
269 if (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3)) in hmark_pkt_set_htuple_ipv4()
295 if (info->flags & XT_HMARK_FLAG(XT_HMARK_CT)) { in hmark_tg_v4()
316 (info->flags & XT_HMARK_FLAG(XT_HMARK_METHOD_L3))) in hmark_tg_check()
319 if (info->flags & XT_HMARK_FLAG(XT_HMARK_SPI_MASK) && in hmark_tg_check()
321 XT_HMARK_FLAG(XT_HMARK_DPORT_MASK)))) in hmark_tg_check()
324 if (info->flags & XT_HMARK_FLAG(XT_HMARK_SPI) && in hmark_tg_check()
325 (info->flags & (XT_HMARK_FLAG(XT_HMARK_SPORT) | in hmark_tg_check()
[all …]
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_HMARK.h25 #define XT_HMARK_FLAG(flag) (1 << flag) macro