Searched refs:ptbl (Results 1 – 8 of 8) sorted by relevance
275 const uint32_t *ptbl; in rte_lpm_lookup() local281 ptbl = (const uint32_t *)(&lpm->tbl24[tbl24_index]); in rte_lpm_lookup()282 tbl_entry = *ptbl; in rte_lpm_lookup()296 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index]; in rte_lpm_lookup()297 tbl_entry = *ptbl; in rte_lpm_lookup()333 const uint32_t *ptbl; in rte_lpm_lookup_bulk_func() local345 ptbl = (const uint32_t *)&lpm->tbl24[tbl24_indexes[i]]; in rte_lpm_lookup_bulk_func()346 next_hops[i] = *ptbl; in rte_lpm_lookup_bulk_func()356 ptbl = (const uint32_t *)&lpm->tbl8[tbl8_index]; in rte_lpm_lookup_bulk_func()357 next_hops[i] = *ptbl; in rte_lpm_lookup_bulk_func()
46 const struct tcp_rate_set *ptbl; /* Pointer to parent table */ member111 return (rle->ptbl->rs_rlt[rle->ptbl->rs_highest_valid].rate); in tcp_hw_highest_rate()
688 rs->rs_rlt[i].ptbl = rs; in rt_setup_new_rs()1457 rs = crte->ptbl; in tcp_chg_pacing_rate()1539 crs = crte->ptbl; in tcp_rel_pacing_rate()
1269 const NAME_EX_TBL *ptbl; in set_table_opts() local1282 for (ptbl = in_tbl; ptbl->name; ptbl++) { in set_table_opts()1283 if (OPENSSL_strcasecmp(arg, ptbl->name) == 0) { in set_table_opts()1284 *flags &= ~ptbl->mask; in set_table_opts()1286 *flags |= ptbl->flag; in set_table_opts()1288 *flags &= ~ptbl->flag; in set_table_opts()
362 my ($ptbl,$pwr,$ccr,$skip_wr)=@_;368 add %o5, $ptbl, $ptbl ! of the pwrtbl
4208 struct isoent **ptbl; in calculate_path_table_size() local4214 ptbl = pt[depth].sorted; in calculate_path_table_size()4218 if (ptbl[i]->identifier == NULL) in calculate_path_table_size()4221 len = ptbl[i]->id_len; in calculate_path_table_size()4239 struct isoent **ptbl; in _write_path_table() local4250 ptbl = vdd->pathtbl[depth].sorted; in _write_path_table()4255 np = ptbl[i]; in _write_path_table()
5543 bbr->r_ctl.crte->ptbl->rs_ifp, in bbr_update_hardware_pacing_rate()5617 (seg_sz < bbr->r_ctl.crte->ptbl->rs_min_seg)) { in bbr_adjust_for_hw_pacing()5623 seg_sz = bbr->r_ctl.crte->ptbl->rs_min_seg; in bbr_adjust_for_hw_pacing()5639 (seg_sz < bbr->r_ctl.crte->ptbl->rs_min_seg)) { in bbr_adjust_for_hw_pacing()5645 seg_sz = bbr->r_ctl.crte->ptbl->rs_min_seg; in bbr_adjust_for_hw_pacing()13894 bbr->r_ctl.crte->ptbl->rs_ifp, in bbr_output_wtime()
2563 ifp = rack->r_ctl.crte->ptbl->rs_ifp; in rack_log_hdwr_pacing()