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 | 75 F_UPTO = 1 << O_UPTO, enumerator 156 {.name = "hashlimit-above", .id = O_ABOVE, .excl = F_UPTO, 186 {.name = "hashlimit-above", .id = O_ABOVE, .excl = F_UPTO, 216 {.name = "hashlimit-above", .id = O_ABOVE, .excl = F_UPTO, 690 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_check() 702 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check_v1() 733 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check_v2() 764 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check()
|