MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_ip_delete

Function iflib_ip_delete

freebsd/net/iflib_clone.c:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static void
133iflib_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
143static void
144iflib_ip_insert(if_pseudo_t ip)

Callers 1

iflib_clone_deregisterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected