* Releases all references acquired by rib_lookup_info() when * called with NHR_REF flags. */
| 455 | * called with NHR_REF flags. |
| 456 | */ |
| 457 | void |
| 458 | rib_free_info(struct rt_addrinfo *info) |
| 459 | { |
| 460 | |
| 461 | ifa_free(info->rti_ifa); |
| 462 | if_rele(info->rti_ifp); |
| 463 | } |
| 464 | |
| 465 | /* |
| 466 | * Delete Routes for a Network Interface |
no test coverage detected