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

Function in_pcbgroup_enabled

freebsd/netinet/in_pcbgroup.c:561–566  ·  view source on GitHub ↗

* Query whether or not it is appropriate to use pcbgroups to look up inpcbs * for a protocol. */

Source from the content-addressed store, hash-verified

559 * for a protocol.
560 */
561int
562in_pcbgroup_enabled(struct inpcbinfo *pcbinfo)
563{
564
565 return (pcbinfo->ipi_npcbgroups > 0);
566}

Callers 7

in_pcblookupFunction · 0.85
in_pcblookup_mbufFunction · 0.85
in_pcbgroup_updateFunction · 0.85
in_pcbgroup_update_mbufFunction · 0.85
in_pcbgroup_removeFunction · 0.85
in6_pcblookupFunction · 0.85
in6_pcblookup_mbufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected