Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mst_to_vst
Function
mst_to_vst
freebsd/net/if_vlan.c:123–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
};
122
123
static inline struct vlan_snd_tag *
124
mst_to_vst(struct m_snd_tag *mst)
125
{
126
127
return (__containerof(mst, struct vlan_snd_tag, com));
128
}
129
#endif
130
131
/*
Callers
4
vlan_transmit
Function · 0.85
vlan_snd_tag_modify
Function · 0.85
vlan_snd_tag_query
Function · 0.85
vlan_snd_tag_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected