Searched refs:F_ABOVE (Results 1 – 2 of 2) sorted by relevance
/external/iptables/extensions/ |
D | libxt_connlimit.c | 14 F_ABOVE = 1 << O_ABOVE, enumerator 33 {.name = "connlimit-upto", .id = O_UPTO, .excl = F_ABOVE, 101 if ((cb->xflags & (F_UPTO | F_ABOVE)) == 0) in connlimit_check()
|
D | libxt_hashlimit.c | 73 F_ABOVE = 1 << O_ABOVE, enumerator 100 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE, 127 {.name = "hashlimit-upto", .id = O_UPTO, .excl = F_ABOVE, 131 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE, 157 {.name = "hashlimit-upto", .id = O_UPTO, .excl = F_ABOVE, 161 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE, 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()
|