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

Function vxlan_ftable_entry_destroy

freebsd/net/if_vxlan.c:772–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772static void
773vxlan_ftable_entry_destroy(struct vxlan_softc *sc,
774 struct vxlan_ftable_entry *fe)
775{
776
777 sc->vxl_ftable_cnt--;
778 LIST_REMOVE(fe, vxlfe_hash);
779 vxlan_ftable_entry_free(fe);
780}
781
782static int
783vxlan_ftable_entry_insert(struct vxlan_softc *sc,

Callers 3

vxlan_ftable_flushFunction · 0.85
vxlan_ftable_expireFunction · 0.85

Calls 1

vxlan_ftable_entry_freeFunction · 0.85

Tested by

no test coverage detected