Home
last modified time | relevance | path

Searched refs:occ_item (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/devlink/
Ddevlink.c2146 struct occ_item { struct
2171 static struct occ_item *occ_item_alloc(void) in occ_item_alloc() argument
2173 return calloc(1, sizeof(struct occ_item)); in occ_item_alloc()
2176 static void occ_item_free(struct occ_item *occ_item) in occ_item_free() argument
2178 free(occ_item); in occ_item_free()
2197 struct occ_item *occ_item, *tmp; in occ_port_free() local
2199 list_for_each_entry_safe(occ_item, tmp, &occ_port->pool_list, list) in occ_port_free()
2200 occ_item_free(occ_item); in occ_port_free()
2201 list_for_each_entry_safe(occ_item, tmp, &occ_port->ing_tc_list, list) in occ_port_free()
2202 occ_item_free(occ_item); in occ_port_free()
[all …]