HomeSort by relevance Sort by last modified time
    Searched refs:F_ABOVE (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libxt_connlimit.c 14 F_ABOVE = 1 << O_ABOVE,
33 {.name = "connlimit-upto", .id = O_UPTO, .excl = F_ABOVE,
101 if ((cb->xflags & (F_UPTO | F_ABOVE)) == 0)
libxt_hashlimit.c 60 F_ABOVE = 1 << O_ABOVE,
86 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE,
113 {.name = "hashlimit-upto", .id = O_UPTO, .excl = F_ABOVE,
117 {.name = "hashlimit", .id = O_UPTO, .excl = F_ABOVE,
306 if (!(cb->xflags & (F_UPTO | F_ABOVE)))

Completed in 54 milliseconds