Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vnet_if_clone_init
Function
vnet_if_clone_init
freebsd/net/if_clone.c:167–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
static MALLOC_DEFINE(M_CLONE,
"clone"
,
"interface cloning framework"
);
166
167
void
168
vnet_if_clone_init(void)
169
{
170
171
LIST_INIT(&V_if_cloners);
172
}
173
174
/*
175
* Lookup and create a clone network interface.
Callers
1
vnet_if_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected