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

  /external/iptables/extensions/
libxt_connlimit.c 13 F_UPTO = 1 << O_UPTO,
36 {.name = "connlimit-above", .id = O_ABOVE, .excl = F_UPTO,
101 if ((cb->xflags & (F_UPTO | F_ABOVE)) == 0)
libxt_hashlimit.c 72 F_UPTO = 1 << O_UPTO,
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)))
549 if (!(cb->xflags & (F_UPTO | F_ABOVE)))
579 if (!(cb->xflags & (F_UPTO | F_ABOVE)))

Completed in 88 milliseconds