Lines Matching defs:from
143 * Get an index of a free tbl8 from the pool
591 /* from this point on a new table is needed on each level
887 /* Take the integer value from the pointer. */
1007 * Delete a rule from the rule table.
1057 * from the data structure.
1065 * Add every rule again (except for the ones that were removed from
1074 * Delete all rules from the LPM table.
1154 struct rte_lpm6_tbl_entry **from,
1165 *from = &lpm->tbl24[ind];
1198 *from = &tbl[ind];
1206 * Remove a table from the LPM tree
1268 struct rte_lpm6_tbl_entry *from, *to;
1278 /* Delete the rule from the rule table. */
1284 rule_find_range(lpm, &masked_ip, depth, &from, &to, &tbl_ind);
1306 for (; from <= to; from++)
1307 if (from->ext_entry == 1) {
1316 from->lpm6_tbl8_gindex *
1325 from->lpm6_tbl8_gindex *
1328 } else if (from->depth == depth) {
1339 *from = new_tbl_entry;
1349 *from = new_tbl_entry;