Searched refs:F_ABOVE (Results 1 - 2 of 2) sorted by relevance
/external/iptables/extensions/ |
H A D | libxt_connlimit.c | 14 F_ABOVE = 1 << O_ABOVE, enumerator in enum:__anon6301 33 {.name = "connlimit-upto", .id = O_UPTO, .excl = F_ABOVE, 101 if ((cb->xflags & (F_UPTO | F_ABOVE)) == 0)
|
H A D | libxt_hashlimit.c | 71 F_ABOVE = 1 << O_ABOVE, enumerator in enum:__anon6314 98 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE, 125 {.name = "hashlimit-upto", .id = O_UPTO, .excl = F_ABOVE, 129 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE, 391 if (!(cb->xflags & (F_UPTO | F_ABOVE))) 403 if (!(cb->xflags & (F_UPTO | F_ABOVE)))
|
Completed in 60 milliseconds