Lines Matching defs:ent
318 int len, enum edge edge, void *ent)
326 val = get_val_by_p(ent, dp->nh_sz);
351 write_to_dp(ent, val, dp->nh_sz, 1);
364 void *ent;
410 ent = get_tbl_p_by_idx(common_root_tbl, left_idx, dp->nh_sz);
412 next_hop, llen, LEDGE, ent);
417 ent = get_tbl_p_by_idx(common_root_tbl, left_idx + 1,
419 write_to_dp(ent, next_hop << 1, dp->nh_sz,
422 ent = get_tbl_p_by_idx(common_root_tbl, right_idx, dp->nh_sz);
424 next_hop, rlen, REDGE, ent);
430 ent = get_tbl24_p(dp, ledge, dp->nh_sz);
431 recycle_root_path(dp, ledge->a + TBL24_BYTES, common_tbl8, ent);