Home | History | Annotate | Download | only in ip

Lines Matching full:gc_stale

53 		"PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n"
180 } else if (strcmp(*argv, "gc_stale") == 0) {
181 __u64 gc_stale;
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]);
504 fprintf(fp, "gc_stale %llu ", gc_stale);