Lines Matching refs:ecomb
2553 struct sadb_x_ecomb *ecomb; in print_eprop() local
2564 ecomb = (struct sadb_x_ecomb *)sofar; in print_eprop()
2573 ecomb->sadb_x_ecomb_hard_allocations); in print_eprop()
2575 ", "), ecomb->sadb_x_ecomb_hard_bytes); in print_eprop()
2577 PRIu64 ", "), ecomb->sadb_x_ecomb_hard_addtime); in print_eprop()
2579 PRIu64 "\n"), ecomb->sadb_x_ecomb_hard_usetime); in print_eprop()
2584 ecomb->sadb_x_ecomb_soft_allocations); in print_eprop()
2586 "bytes=%" PRIu64 ", "), ecomb->sadb_x_ecomb_soft_bytes); in print_eprop()
2589 ecomb->sadb_x_ecomb_soft_addtime); in print_eprop()
2591 PRIu64 "\n"), ecomb->sadb_x_ecomb_soft_usetime); in print_eprop()
2593 sofar = (uint64_t *)(ecomb + 1); in print_eprop()
2596 for (j = 0; j < ecomb->sadb_x_ecomb_numalgs; ) { in print_eprop()
2646 ecomb = (struct sadb_x_ecomb *)sofar; in print_eprop()