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

  /external/iproute2/man/man8/
ip-ntable.8 27 .B gc_int
  /external/iproute2/ip/
ipntable.c 49 " [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [ gc_int MSEC ]\n"
126 } else if (strcmp(*argv, "gc_int") == 0) {
127 __u64 gc_int; local
132 if (get_u64(&gc_int, *argv, 0))
133 invarg("\"gc_int\" value is invalid", *argv);
136 &gc_int, sizeof(gc_int));
426 unsigned long long gc_int = rta_getattr_u64(tb[NDTA_GC_INTERVAL]); local
428 fprintf(fp, "gc_int %llu ", gc_int);
    [all...]

Completed in 55 milliseconds