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

Function udplite_init

freebsd/netinet/udp_usrreq.c:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void
221udplite_init(void)
222{
223
224 in_pcbinfo_init(&V_ulitecbinfo, "udplite", &V_ulitecb, UDBHASHSIZE,
225 UDBHASHSIZE, "udplite_inpcb", udplite_inpcb_init,
226 IPI_HASHFIELDS_2TUPLE);
227}
228
229/*
230 * Kernel module interface for updating udpstat. The argument is an index

Callers

nothing calls this directly

Calls 1

in_pcbinfo_initFunction · 0.85

Tested by

no test coverage detected