Lines Matching full:timeout
44 * iptables -t raw -A idletimer_PREROUTING -i rmnet0 -j IDLETIMER --timeout 5 --label test-chain --send_nl_msg 1
45 * iptables -t mangle -A idletimer_POSTROUTING -o rmnet0 -j IDLETIMER --timeout 5 --label test-chain --send_nl_msg 1
55 * ndc idletimer add <iface> <timeout> <class label>
56 * ndc idletimer remove <iface> <timeout> <class label>
62 * Remember that the timeout value has to be same at the time of the
174 uint32_t timeout,
179 snprintf(timeout_str, sizeof(timeout_str), "%u", timeout);
191 "--timeout",
213 "--timeout",
226 uint32_t timeout,
228 return modifyInterfaceIdletimer(IptOpAdd, iface, timeout, classLabel);
232 uint32_t timeout,
234 return modifyInterfaceIdletimer(IptOpDelete, iface, timeout, classLabel);