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

Function vxlan_ftable_entry_alloc

freebsd/net/if_vxlan.c:744–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744static struct vxlan_ftable_entry *
745vxlan_ftable_entry_alloc(void)
746{
747 struct vxlan_ftable_entry *fe;
748
749 fe = malloc(sizeof(*fe), M_VXLAN, M_ZERO | M_NOWAIT);
750
751 return (fe);
752}
753
754static void
755vxlan_ftable_entry_free(struct vxlan_ftable_entry *fe)

Callers 2

Calls 1

mallocFunction · 0.85

Tested by

no test coverage detected