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

Function infiniband_ifdetach

freebsd/net/if_infiniband.c:625–630  ·  view source on GitHub ↗

* Perform common duties while detaching an Infiniband interface */

Source from the content-addressed store, hash-verified

623 * Perform common duties while detaching an Infiniband interface
624 */
625void
626infiniband_ifdetach(struct ifnet *ifp)
627{
628 bpfdetach(ifp);
629 if_detach(ifp);
630}
631
632static int
633infiniband_modevent(module_t mod, int type, void *data)

Callers 1

lagg_clone_destroyFunction · 0.85

Calls 2

bpfdetachFunction · 0.85
if_detachFunction · 0.85

Tested by

no test coverage detected