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

  /external/iproute2/man/man8/
ip-ntable.8 35 .IR MSEC " | " "gc_stale MSEC " " | "
  /external/iproute2/ip/
ipntable.c 53 "PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n"
180 } else if (strcmp(*argv, "gc_stale") == 0) {
181 __u64 gc_stale; local
185 if (get_u64(&gc_stale, *argv, 0))
186 invarg("\"gc_stale\" value is invalid", *argv);
190 &gc_stale, sizeof(gc_stale));
503 __u64 gc_stale = rta_getattr_u64(tpb[NDTPA_GC_STALETIME]); local
504 fprintf(fp, "gc_stale %llu ", gc_stale);
    [all...]

Completed in 120 milliseconds