| 3456 | } |
| 3457 | |
| 3458 | static void |
| 3459 | flush_port_owned_resources(portid_t pi) |
| 3460 | { |
| 3461 | mcast_addr_pool_destroy(pi); |
| 3462 | port_flow_flush(pi); |
| 3463 | port_flow_template_table_flush(pi); |
| 3464 | port_flow_pattern_template_flush(pi); |
| 3465 | port_flow_actions_template_flush(pi); |
| 3466 | port_flex_item_flush(pi); |
| 3467 | port_action_handle_flush(pi); |
| 3468 | } |
| 3469 | |
| 3470 | static void |
| 3471 | clear_bonding_member_device(portid_t *member_pids, uint16_t num_members) |
no test coverage detected