Searched refs:lft (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/netipsec/
H A Dkey_debug.c293 struct sadb_lifetime *lft = (struct sadb_lifetime *)ext; local
300 lft->sadb_lifetime_allocations,
301 (u_int32_t)lft->sadb_lifetime_bytes);
303 (u_int32_t)lft->sadb_lifetime_addtime,
304 (u_int32_t)lft->sadb_lifetime_usetime);
547 kdebug_sec_lifetime(struct seclifetime *lft) argument
550 if (lft == NULL)
554 lft->allocations, (u_int32_t)lft->bytes);
556 (u_int32_t)lft
[all...]
H A Dkey.c1783 struct sadb_lifetime *lft = NULL; local
1813 lft = (struct sadb_lifetime *)mhp->ext[SADB_EXT_LIFETIME_HARD];
1927 newsp->lifetime = lft ? lft->sadb_lifetime_addtime : 0;
1928 newsp->validtime = lft ? lft->sadb_lifetime_usetime : 0;
1956 if (lft) {
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_cache.c75 uint8_t *lft; member in struct:cache_switch
134 if (p_sw->lft)
135 free(p_sw->lft);
344 CL_ASSERT(p_cache_sw->max_lid_ho && p_cache_sw->lft &&
351 p_sw->new_lft = p_cache_sw->lft;
352 p_cache_sw->lft = NULL;
1025 p_cache_sw->lft = p_node->sw->new_lft;
1029 p_cache_sw->lft = p_node->sw->lft;
1030 p_node->sw->lft
[all...]
H A Dosm_switch.c108 p_sw->lft = malloc(IB_LID_UCAST_END_HO + 1);
109 if (!p_sw->lft) {
115 memset(p_sw->lft, OSM_NO_PATH, IB_LID_UCAST_END_HO + 1);
147 if (p_sw->lft)
148 free(p_sw->lft);
199 memcpy(p_block, &(p_sw->lft[base_lid_ho]), IB_SMP_DATA_SIZE);
H A Dosm_sa_lft_record.c102 /* copy the lft block */
103 osm_switch_get_lft_block(p_sw, block, p_rec_item->rec.lft);
H A Dosm_state_mgr.c1010 if (memcmp(sw->lft, sw->new_lft, IB_LID_UCAST_END_HO + 1))
1273 /* cleanup switch lft buffers */
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_switch.h103 uint8_t *lft; member in struct:osm_switch
137 * lft
414 return p_sw->lft[lid_ho];
727 memcpy(&p_sw->lft[lid_start], p_block, IB_SMP_DATA_SIZE);
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c296 char lft[IB_SMP_DATA_SIZE]; local
313 IBWARN("ilegal lft top %d, truncate to %d", endlid, IB_MAX_UCAST_LID);
328 if (!smp_query(lft, portid, IB_ATTR_LINEARFORWTBL, block, 0))
338 unsigned outport = lft[i % IB_SMP_DATA_SIZE];
H A Dsaquery.c668 printf("\t\t%u\t%u\n", block * 64 + i, lftr->lft[i]);
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h5843 uint8_t lft[64];

Completed in 205 milliseconds