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

Function del_vif

freebsd/netinet/ip_mroute.c:977–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977static int
978del_vif(vifi_t vifi)
979{
980 int cc;
981
982 VIF_LOCK();
983 cc = del_vif_locked(vifi);
984 VIF_UNLOCK();
985
986 return cc;
987}
988
989/*
990 * update an mfc entry without resetting counters and S,G addresses.

Callers 1

X_ip_mrouter_setFunction · 0.85

Calls 1

del_vif_lockedFunction · 0.85

Tested by

no test coverage detected