Searched defs:retrans (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_tcp.h47 u_int8_t retrans; /* Number of retransmitted packets */ member in struct:ip_ct_tcp
/external/iproute2/ip/
H A Dipntable.c53 "PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n"
168 } else if (strcmp(*argv, "retrans") == 0) {
169 __u64 retrans; local
173 if (get_u64(&retrans, *argv, 0))
174 invarg("\"retrans\" value is invalid", *argv);
178 &retrans, sizeof(retrans));
494 __u64 retrans = rta_getattr_u64(tpb[NDTPA_RETRANS_TIME]); local
495 fprintf(fp, "retrans %llu ", retrans);
[all...]

Completed in 165 milliseconds