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

Function vnet_rtzone_init

freebsd/net/route/route_ctl.c:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111#define V_rtzone VNET(rtzone)
112
113void
114vnet_rtzone_init()
115{
116
117 V_rtzone = uma_zcreate("rtentry", sizeof(struct rtentry),
118 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
119}
120
121#ifdef VIMAGE
122void

Callers 1

vnet_rtables_initFunction · 0.85

Calls 1

uma_zcreateFunction · 0.85

Tested by

no test coverage detected