MCPcopy 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
123static inline struct vlan_snd_tag *
124mst_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_transmitFunction · 0.85
vlan_snd_tag_modifyFunction · 0.85
vlan_snd_tag_queryFunction · 0.85
vlan_snd_tag_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected