Lines Matching refs:ecomb
2434 struct sadb_x_ecomb *ecomb; in print_eprop() local
2445 ecomb = (struct sadb_x_ecomb *)sofar; in print_eprop()
2454 ecomb->sadb_x_ecomb_hard_allocations); in print_eprop()
2456 ", "), ecomb->sadb_x_ecomb_hard_bytes); in print_eprop()
2458 PRIu64 ", "), ecomb->sadb_x_ecomb_hard_addtime); in print_eprop()
2460 PRIu64 "\n"), ecomb->sadb_x_ecomb_hard_usetime); in print_eprop()
2465 ecomb->sadb_x_ecomb_soft_allocations); in print_eprop()
2467 "bytes=%" PRIu64 ", "), ecomb->sadb_x_ecomb_soft_bytes); in print_eprop()
2470 ecomb->sadb_x_ecomb_soft_addtime); in print_eprop()
2472 PRIu64 "\n"), ecomb->sadb_x_ecomb_soft_usetime); in print_eprop()
2474 sofar = (uint64_t *)(ecomb + 1); in print_eprop()
2477 for (j = 0; j < ecomb->sadb_x_ecomb_numalgs; ) { in print_eprop()
2523 ecomb = (struct sadb_x_ecomb *)sofar; in print_eprop()