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

  /external/iptables/iptables/
xshared.h 99 * XT_LOCK_BUSY : The lock was held by another process. xtables_lock only
100 * returns this value when |wait| == false. If |wait| == true, xtables_lock
110 extern int xtables_lock(int wait, struct timeval *tv);
ip6tables-restore.c 299 lock = xtables_lock(wait, &wait_interval);
iptables-restore.c 298 lock = xtables_lock(wait, &wait_interval);
xshared.c 249 int xtables_lock(int wait, struct timeval *wait_interval) function
ip6tables.c     [all...]
iptables.c     [all...]

Completed in 576 milliseconds