Home
last modified time | relevance | path

Searched refs:ecomb (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2553 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()
2589 ecomb->sadb_x_ecomb_soft_addtime); 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()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c5938 ecomb->sadb_x_ecomb_numalgs++;
5983 cur += sizeof (*ecomb);
5991 ecomb->sadb_x_ecomb_numalgs = 0;
5992 ecomb->sadb_x_ecomb_reserved = 0;
5993 ecomb->sadb_x_ecomb_reserved2 = 0;
6005 ecomb->sadb_x_ecomb_flags = 0;
6006 ecomb->sadb_x_ecomb_soft_bytes = 0;
6007 ecomb->sadb_x_ecomb_hard_bytes = 0;
6008 ecomb->sadb_x_ecomb_soft_addtime = 0;
6019 ipsecah_fill_defs(ecomb, ns);
[all …]
H A Dipsecah.c331 ipsecah_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns) in ipsecah_fill_defs() argument
335 ecomb->sadb_x_ecomb_soft_bytes = ahstack->ipsecah_default_soft_bytes; in ipsecah_fill_defs()
336 ecomb->sadb_x_ecomb_hard_bytes = ahstack->ipsecah_default_hard_bytes; in ipsecah_fill_defs()
337 ecomb->sadb_x_ecomb_soft_addtime = in ipsecah_fill_defs()
339 ecomb->sadb_x_ecomb_hard_addtime = in ipsecah_fill_defs()
341 ecomb->sadb_x_ecomb_soft_usetime = in ipsecah_fill_defs()
343 ecomb->sadb_x_ecomb_hard_usetime = in ipsecah_fill_defs()
H A Dipsecesp.c380 ipsecesp_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns) in ipsecesp_fill_defs() argument
384 ecomb->sadb_x_ecomb_soft_bytes = espstack->ipsecesp_default_soft_bytes; in ipsecesp_fill_defs()
385 ecomb->sadb_x_ecomb_hard_bytes = espstack->ipsecesp_default_hard_bytes; in ipsecesp_fill_defs()
386 ecomb->sadb_x_ecomb_soft_addtime = in ipsecesp_fill_defs()
388 ecomb->sadb_x_ecomb_hard_addtime = in ipsecesp_fill_defs()
390 ecomb->sadb_x_ecomb_soft_usetime = in ipsecesp_fill_defs()
392 ecomb->sadb_x_ecomb_hard_usetime = in ipsecesp_fill_defs()