Searched refs:ecomb (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 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() [all …]
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 5266 sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype, argument 5277 ecomb->sadb_x_ecomb_numalgs++; 5318 sadb_x_ecomb_t *ecomb = (sadb_x_ecomb_t *)cur; local 5322 cur += sizeof (*ecomb); 5330 ecomb->sadb_x_ecomb_numalgs = 0; 5331 ecomb->sadb_x_ecomb_reserved = 0; 5332 ecomb->sadb_x_ecomb_reserved2 = 0; 5337 ecomb->sadb_x_ecomb_soft_allocations = 0; 5338 ecomb->sadb_x_ecomb_hard_allocations = 0; 5344 ecomb->sadb_x_ecomb_flags = 0; [all …]
|
H A D | ipsecah.c | 342 ipsecah_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns) in ipsecah_fill_defs() argument 346 ecomb->sadb_x_ecomb_soft_bytes = ahstack->ipsecah_default_soft_bytes; in ipsecah_fill_defs() 347 ecomb->sadb_x_ecomb_hard_bytes = ahstack->ipsecah_default_hard_bytes; in ipsecah_fill_defs() 348 ecomb->sadb_x_ecomb_soft_addtime = in ipsecah_fill_defs() 350 ecomb->sadb_x_ecomb_hard_addtime = in ipsecah_fill_defs() 352 ecomb->sadb_x_ecomb_soft_usetime = in ipsecah_fill_defs() 354 ecomb->sadb_x_ecomb_hard_usetime = in ipsecah_fill_defs()
|
H A D | ipsecesp.c | 449 ipsecesp_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns) in ipsecesp_fill_defs() argument 453 ecomb->sadb_x_ecomb_soft_bytes = espstack->ipsecesp_default_soft_bytes; in ipsecesp_fill_defs() 454 ecomb->sadb_x_ecomb_hard_bytes = espstack->ipsecesp_default_hard_bytes; in ipsecesp_fill_defs() 455 ecomb->sadb_x_ecomb_soft_addtime = in ipsecesp_fill_defs() 457 ecomb->sadb_x_ecomb_hard_addtime = in ipsecesp_fill_defs() 459 ecomb->sadb_x_ecomb_soft_usetime = in ipsecesp_fill_defs() 461 ecomb->sadb_x_ecomb_hard_usetime = in ipsecesp_fill_defs()
|