Searched refs:F_UPTO (Results 1 – 2 of 2) sorted by relevance
/external/iptables/extensions/ |
D | libxt_connlimit.c | 13 F_UPTO = 1 << O_UPTO, enumerator 36 {.name = "connlimit-above", .id = O_ABOVE, .excl = F_UPTO, 101 if ((cb->xflags & (F_UPTO | F_ABOVE)) == 0) in connlimit_check()
|
D | libxt_hashlimit.c | 72 F_UPTO = 1 << O_UPTO, enumerator 129 {.name = "hashlimit-above", .id = O_ABOVE, .excl = F_UPTO, 159 {.name = "hashlimit-above", .id = O_ABOVE, .excl = F_UPTO, 537 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_check() 549 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check_v1() 579 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check()
|