Home | History | Annotate | Download | only in ip

Lines Matching defs:fp

94 	FILE *fp = (FILE *) arg;
193 fprintf(fp, "Deleted ");
195 fprintf(fp, "%s",
202 fprintf(fp, " age %llu.%03llusec",
213 fprintf(fp, " tw_ts %u/%dsec ago", tsval, val);
234 fprintf(fp, " %s ", metric_name[i]);
236 fprintf(fp, " metric_%d ", i);
258 fprintf(fp, "%lu", val);
263 fprintf(fp, " rtt %luus", rtt);
265 fprintf(fp, " rttvar %luus", rttvar);
270 fprintf(fp, " fo_mss %u", rta_getattr_u16(a));
280 fprintf(fp, " fo_syn_drops %u/%llu.%03llusec ago",
295 fprintf(fp, " fo_cookie %s", cookie);
299 fprintf(fp, " source %s",
304 fprintf(fp, "\n");
306 fflush(fp);