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

Function vnet_enc_init

freebsd/net/if_enc.c:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static void
383vnet_enc_init(const void *unused __unused)
384{
385
386 V_enc_sc = NULL;
387 V_enc_cloner = if_clone_simple(encname, enc_clone_create,
388 enc_clone_destroy, 1);
389}
390VNET_SYSINIT(vnet_enc_init, SI_SUB_PSEUDO, SI_ORDER_ANY,
391 vnet_enc_init, NULL);
392

Callers

nothing calls this directly

Calls 1

if_clone_simpleFunction · 0.85

Tested by

no test coverage detected