Home | History | Annotate | Download | only in ip

Lines Matching defs:fp

468 	FILE *fp = (FILE*)arg;
522 fprintf(fp, "Deleted ");
524 fprintf(fp, "Updated ");
526 fprintf(fp, "Expired ");
541 xfrm_policy_info_print(xpinfo, tb, fp, NULL, NULL);
544 fprintf(fp, "\t");
545 fprintf(fp, "hard %u", xpexp->hard);
546 fprintf(fp, "%s", _SL_);
550 fprintf(fp, "\n");
551 fflush(fp);
920 FILE *fp = (FILE*)arg;
936 fprintf(fp,"\t SPD");
945 fprintf(fp," IN %d", si->incnt);
946 fprintf(fp," OUT %d", si->outcnt);
947 fprintf(fp," FWD %d", si->fwdcnt);
950 fprintf(fp," (Sock:");
951 fprintf(fp," IN %d", si->inscnt);
952 fprintf(fp," OUT %d", si->outscnt);
953 fprintf(fp," FWD %d", si->fwdscnt);
954 fprintf(fp,")");
957 fprintf(fp, "%s", _SL_);
968 fprintf(fp,"\t SPD buckets:");
969 fprintf(fp," count %d", sh->spdhcnt);
970 fprintf(fp," Max %d", sh->spdhmcnt);
971 fprintf(fp, "%s", _SL_);
980 fprintf(fp,"\t SPD IPv4 thresholds:");
981 fprintf(fp," local %d", th->lbits);
982 fprintf(fp," remote %d", th->rbits);
983 fprintf(fp, "%s", _SL_);
993 fprintf(fp,"\t SPD IPv6 thresholds:");
994 fprintf(fp," local %d", th->lbits);
995 fprintf(fp," remote %d", th->rbits);
996 fprintf(fp, "%s", _SL_);
1001 fprintf(fp, "\n");