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

Function in6_pcbgroup_bymbuf

freebsd/netinet6/in6_pcbgroup.c:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91struct inpcbgroup *
92in6_pcbgroup_bymbuf(struct inpcbinfo *pcbinfo, struct mbuf *m)
93{
94
95 return (in6_pcbgroup_byhash(pcbinfo, M_HASHTYPE_GET(m),
96 m->m_pkthdr.flowid));
97}
98
99struct inpcbgroup *
100in6_pcbgroup_bytuple(struct inpcbinfo *pcbinfo, const struct in6_addr *laddrp,

Callers

nothing calls this directly

Calls 1

in6_pcbgroup_byhashFunction · 0.85

Tested by

no test coverage detected