Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ af_register
Function
af_register
tools/ifconfig/ifconfig.c:860–865 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
858
static struct afswtch *afs = NULL;
859
860
void
861
af_register(struct afswtch *p)
862
{
863
p->af_next = afs;
864
afs = p;
865
}
866
867
static struct afswtch *
868
af_getbyname(const char *name)
Callers
15
ipsec_ctor
Function · 0.85
ieee80211_ctor
Function · 0.85
gif_ctor
Function · 0.85
inet_ctor
Function · 0.85
link_ctor
Function · 0.85
gre_ctor
Function · 0.85
mac_ctor
Function · 0.85
ifmedia_ctor
Function · 0.85
bridge_ctor
Function · 0.85
group_ctor
Function · 0.85
lagg_ctor
Function · 0.85
vlan_ctor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected