| 130 | } |
| 131 | |
| 132 | static void |
| 133 | iflib_ip_delete(if_pseudo_t ip) |
| 134 | { |
| 135 | PSEUDO_LOCK(); |
| 136 | if (ip->ip_on_list) { |
| 137 | LIST_REMOVE(ip, ip_list); |
| 138 | ip->ip_on_list = 0; |
| 139 | } |
| 140 | PSEUDO_UNLOCK(); |
| 141 | } |
| 142 | |
| 143 | static void |
| 144 | iflib_ip_insert(if_pseudo_t ip) |
no outgoing calls
no test coverage detected