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

Function vnet_igmp_init

freebsd/netinet/igmp.c:3629–3634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3627
3628#ifdef VIMAGE
3629static void
3630vnet_igmp_init(const void *unused __unused)
3631{
3632
3633 netisr_register_vnet(&igmp_nh);
3634}
3635VNET_SYSINIT(vnet_igmp_init, SI_SUB_PROTO_MC, SI_ORDER_ANY,
3636 vnet_igmp_init, NULL);
3637

Callers

nothing calls this directly

Calls 1

netisr_register_vnetFunction · 0.85

Tested by

no test coverage detected