Searched refs:ecomb (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 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() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 5927 sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype, argument 5938 ecomb->sadb_x_ecomb_numalgs++; 5979 sadb_x_ecomb_t *ecomb = (sadb_x_ecomb_t *)cur; local 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; 5998 ecomb->sadb_x_ecomb_soft_allocations = 0; 5999 ecomb->sadb_x_ecomb_hard_allocations = 0; 6005 ecomb->sadb_x_ecomb_flags = 0; [all …]
|
H A D | ipsecah.c | 331 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 D | ipsecesp.c | 380 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()
|